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^ | 100111110111100100111111010011001001111101111001001111110100110001011110 | 9f793f4c9f793f4c5e |
EUC-JP | 毓?L毓?L^ | 110111011101101000111111010011001101110111011010001111110100110001011110 | ddda3f4cddda3f4c5e |
UTF-8 | 毓멢L毓멢L^ | 111001101010111110010011111010111010100110100010010011001110011010101111100100111110101110101001101000100100110001011110 | e6af93eba9a24ce6af93eba9a24c5e |
UHC | 毓멢L毓멢L^ | 1110101110111110100100010101001001001100111010111011111010010001010100100100110001011110 | ebbe91524cebbe91524c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)