To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 贓逢? | 1110011011011001100010001010011100111111 | e6d988a73f |
EUC-JP | 贓逢? | 1110110011011011101100001010100100111111 | ecdbb0a93f |
UTF-8 | 贓逢렱 | 111010001011010010010011111010011000000010100010111010111010000010110001 | e8b493e980a2eba0b1 |
UHC | 贓逢렱 | 111011011111110011011100111100011000111010111110 | edfcdcf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)