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 | 谷歎続誰側 | 10010010010010101001001001010110100100011011000110010010010011101001000110100100 | 924a925691b1924e91a4 |
EUC-JP | 谷歎続誰側 | 11000011101010111100001110110111110000101011001111000011101011111100001010100110 | c3abc3b7c2b3c3afc2a6 |
UTF-8 | 谷歎続誰側 | 111010001011000010110111111001101010110110001110111001111011011010011010111010001010101010110000111001011000000110110100 | e8b0b7e6ad8ee7b69ae8aab0e581b4 |
UHC | 谷歎?誰側 | 110011011101101111110111101001110011111111100010110000011111011010110000 | cddbf7a73fe2c1f6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)