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 | CL¨H | 1001001001000011100100100100110010010001101010001001001001001000 | 9243924c91a89248 |
SJIS-WIN | ?C?L?¨?H | 001111110100001100111111010011000011111110000001010011100011111101001000 | 3f433f4c3f814e3f48 |
EUC-JP | ?C?L?¨?H | 001111110100001100111111010011000011111110100001101011110011111101001000 | 3f433f4c3fa1af3f48 |
UTF-8 | CL¨H | 11000010100100100100001111000010100100100100110011000010100100011100001010101000110000101001001001001000 | c29243c2924cc291c2a8c29248 |
UHC | ?C?L?¨?H | 001111110100001100111111010011000011111110100001101001110011111101001000 | 3f433f4c3fa1a73f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)