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^ | 1110100111110111100011101011110101001100111010011111011110001110101111010100110001011110 | e9f78ebd4ce9f78ebd4c5e |
EUC-JP | 鴒漆L鴒漆L^ | 1111001011111001101111001011111101001100111100101111100110111100101111110100110001011110 | f2f9bcbf4cf2f9bcbf4c5e |
UTF-8 | 鴒漆L鴒漆L^ | 111010011011010010010010111001101011110010000110010011001110100110110100100100101110011010111100100001100100110001011110 | e9b492e6bc864ce9b492e6bc864c5e |
UHC | ?漆L?漆L^ | 001111111111011011010100010011000011111111110110110101000100110001011110 | 3ff6d44c3ff6d44c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)