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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鵝然?^ | 111010100100000010010001010100100011111101011110 | ea4091523f5e |
EUC-JP | 鵝然?^ | 111100111010000111000001101100110011111101011110 | f3a1c1b33f5e |
UTF-8 | 鵝然뒪^ | 11101001101101011001110111100111100001001011011011101011100100101010101001011110 | e9b59de784b6eb92aa5e |
UHC | 鵝然뒪^ | 11100100101111011110011011010100100010101010010001011110 | e4bde6d48aa45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)