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 | 譚耶キわ衷 | 111001101001110110010110111010111011011110000010111011011001001010001111 | e69d96ebb782ed928f |
EUC-JP | 譚耶キわ衷 | 11101011111111011100110011101101100011101011011110100100111011111100001111101111 | ebfdcced8eb7a4efc3ef |
UTF-8 | 譚耶キわ衷 | 111010001010110110011010111010001000000010110110111011111011110110110111111000111000001010001111111010001010000110110111 | e8ad9ae880b6efbdb7e3828fe8a1b7 |
UHC | 譚耶?わ衷 | 110100111100100111100101101011010011111110101010111011111111010111111011 | d3c9e5ad3faaeff5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)