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 | 奣壽谿啄 | 1111101010100011100110101110011011100110101011101001000111101101 | faa39ae6e6ae91ed |
EUC-JP | 奣壽谿啄 | 100011111011100011111100110101001110100011101100101100001100001011101111 | 8fb8fcd4e8ecb0c2ef |
UTF-8 | 奣壽谿啄 | 111001011010010110100011111001011010001110111101111010001011000010111111111001011001010110000100 | e5a5a3e5a3bde8b0bfe59584 |
UHC | ?壽谿啄 | 00111111111000011111100011001101101011001111011011110010 | 3fe1f8cdacf6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)