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 | ??????ZB | 0011111100111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f3f5a42 |
SJIS-WIN | ??????ZB | 0011111100111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f3f5a42 |
EUC-JP | ??????ZB | 0011111100111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f3f5a42 |
UTF-8 | 챈쨘쩔책짰혥ZB | 1110110010110001100010001110110010101000100110001110110010101001100101001110110010110001100001011110110010100111101100001110110110011000101001010101101001000010 | ecb188eca898eca994ecb185eca7b0ed98a55a42 |
UHC | 챈쨘쩔책짰혥ZB | 1100001110100110110000101011101011000010101111111100001110100101110000101010111011000010100011010101101001000010 | c3a6c2bac2bfc3a5c2aec28d5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)