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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??松②?驛 | 001111110011111110001111101111001000011101000001001111111110100110000011 | 3f3f8fbc87413fe983 |
EUC-JP | ??松??驛 | 0011111100111111101111101011111000111111001111111111000111100011 | 3f3fbebe3f3ff1e3 |
UTF-8 | 챙짠松②퉽驛 | 111011001011000110011001111011001010011110100000111001101001110110111110111000101001000110100001111011011000100110111101111010011010100110011011 | ecb199eca7a0e69dbee291a1ed89bde9a99b |
UHC | 챙짠松②퉽驛 | 110000111010110011000010101001111110000111100110101010001110100010111001100101011110011010111110 | c3acc2a7e1e6a8e8b995e6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)