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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???炤? | 00111111001111110011111110001111110010011101001000111111 | 3f3f3f8fc9d23f |
UTF-8 | 숣蟬쐛炤숣 | 111011001000100010100011111010001001111110101100111011001001000010011011111001111000001010100100111011001000100010100011 | ec88a3e89facec909be782a4ec88a3 |
UHC | 숣蟬쐛炤숣 | 10011001111111101110000011010001100111001000000111100001101111111001100111111110 | 99fee0d19c81e1bf99fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)