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 | 牆??? | 1110000010101101001111110011111100111111 | e0ad3f3f3f |
EUC-JP | 牆??? | 1110000010101111001111110011111100111111 | e0af3f3f3f |
UTF-8 | 牆쟀렖빰 | 111001111000100110000110111011001001111110000000111010111010000010010110111010111011100110110000 | e78986ec9f80eba096ebb9b0 |
UHC | 牆쟀렖빰 | 1110110111101101110000001110111010001110101010111011101110100011 | ededc0ee8eabbba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)