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 | 谿イ豢呷姓 | 111001101010111010110010111001101011010010011001111011001001000010101001 | e6aeb2e6b499ec90a9 |
EUC-JP | 谿イ豢呷姓 | 11101100101100001000111010110010111011001011011011010010111011101100000010101011 | ecb08eb2ecb6d2eec0ab |
UTF-8 | 谿イ豢呷姓 | 111010001011000010111111111011111011110110110010111010001011000110100010111001011001000110110111111001011010011110010011 | e8b0bfefbdb2e8b1a2e591b7e5a793 |
UHC | 谿???姓 | 11001101101011000011111100111111001111111110000011110011 | cdac3f3f3fe0f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)