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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譽倣摶譏 | 1110011010100011100101011110110110011101100101101110011010011000 | e6a395ed9d96e698 |
EUC-JP | 譽倣摶譏 | 1110110010100101110010101110111111011001111101101110101111111000 | eca5caefd9f6ebf8 |
UTF-8 | 譽倣摶譏 | 111010001010110110111101111001011000000010100011111001101001000110110110111010001010110110001111 | e8adbde580a3e691b6e8ad8f |
UHC | 譽倣?譏 | 11100111111000101101101110100111001111111101000111000001 | e7e2dba73fd1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)