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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 榮?L榮?L^ | 100111101100010000111111010011001001111011000100001111110100110001011110 | 9ec43f4c9ec43f4c5e |
EUC-JP | 榮?L榮?L^ | 110111001100011000111111010011001101110011000110001111110100110001011110 | dcc63f4cdcc63f4c5e |
UTF-8 | 榮냂L榮냂L^ | 111001101010011010101110111010111000001110000010010011001110011010100110101011101110101110000011100000100100110001011110 | e6a6aeeb83824ce6a6aeeb83824c5e |
UHC | 榮냂L榮냂L^ | 1110011110110100100001100101000101001100111001111011010010000110010100010100110001011110 | e7b486514ce7b486514c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)