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 | 韭溯イス頷 | 1110100011101010100111111110100010110010101111011110100011110101 | e8ea9fe8b2bde8f5 |
EUC-JP | 韭溯イス頷 | 11110000111011001101111011101010100011101011001010001110101111011111000011110111 | f0ecdeea8eb28ebdf0f7 |
UTF-8 | 韭溯イス頷 | 111010011001111110101101111001101011101010101111111011111011110110110010111011111011110110111101111010011010000010110111 | e99fade6baafefbdb2efbdbde9a0b7 |
UHC | ?溯??? | 001111111110000110111101001111110011111100111111 | 3fe1bd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)