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 | 壅??暗 | 100110101101011100111111001111111000100011000011 | 9ad73f3f88c3 |
EUC-JP | 壅??暗 | 110101001101100100111111001111111011000011000101 | d4d93f3fb0c5 |
UTF-8 | 壅녕룧暗 | 111001011010001110000101111010111000010110010101111010111010001110100111111001101001101010010111 | e5a385eb8595eba3a7e69a97 |
UHC | 壅녕룧暗 | 1110100010110101101100111110011110001111101000001110010011011110 | e8b5b3e78fa0e4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)