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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 莎紙昏] | 11100100101100111000111010000110100011011010100001011101 | e4b38e868da85d |
EUC-JP | 莎紙昏] | 11101000101101011011101111100110101110101010101001011101 | e8b5bbe6baaa5d |
UTF-8 | 莎紙昏] | 11101000100011101000111011100111101101001001100111100110100110001000111101011101 | e88e8ee7b499e6988f5d |
UHC | 莎紙昏] | 11011110111011011111001010110101111110111110011101011101 | deedf2b5fbe75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)