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 | 梧??扼?┐ | 100011001110011000111111001111111001110101001110001111111000010010100010 | 8ce63f3f9d4e3f84a2 |
EUC-JP | 梧??扼?┐ | 101110001110100000111111001111111101100110101111001111111010100010100100 | b8e83f3fd9af3fa8a4 |
UTF-8 | 梧녔뇥扼덂┐ | 111001101010001010100111111010111000010110010100111010111000011110100101111001101000100110111100111010111000110110000010111000101001010010010000 | e6a2a7eb8594eb87a5e689bceb8d82e29490 |
UHC | 梧녔뇥扼덂┐ | 111001111111110010110011111001101000011110001101111001001111100110001000111001011010011010100100 | e7fcb3e6878de4f988e5a6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)