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 | 藏紙昏] | 11100101010101011000111010000110100011011010100001011101 | e5558e868da85d |
EUC-JP | 藏紙昏] | 11101001101101101011101111100110101110101010101001011101 | e9b6bbe6baaa5d |
UTF-8 | 藏紙昏] | 11101000100101111000111111100111101101001001100111100110100110001000111101011101 | e8978fe7b499e6988f5d |
UHC | 藏紙昏] | 11101101111110101111001010110101111110111110011101011101 | edfaf2b5fbe75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)