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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???榜??? | 0011111100111111001111111001111011010100001111110011111100111111 | 3f3f3f9ed43f3f3f |
EUC-JP | ???榜??? | 0011111100111111001111111101110011010110001111110011111100111111 | 3f3f3fdcd63f3f3f |
UTF-8 | 렻렊렻榜렻파렋 | 111010111010000010111011111010111010000010001010111010111010000010111011111001101010011010011100111010111010000010111011111011011000110010001100111010111010000010001011 | eba0bbeba08aeba0bbe6a69ceba0bbed8c8ceba08b |
UHC | 렻렊렻榜렻파렋 | 1000111011000011100011101010000110001110110000111101101110110100100011101100001111000110110001001000111010100010 | 8ec38ea18ec3dbb48ec3c6c48ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)