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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 葺?葺?^ | 10010101100110000011111110010101100110000011111101011110 | 95983f95983f5e |
EUC-JP | 葺?葺?^ | 11001001111110000011111111001001111110000011111101011110 | c9f83fc9f83f5e |
UTF-8 | 葺㏈葺㏈^ | 11101000100100011011101011100011100011111000100011101000100100011011101011100011100011111000100001011110 | e891bae38f88e891bae38f885e |
UHC | 葺㏈葺㏈^ | 111100011111000110100111101111001111000111110001101001111011110001011110 | f1f1a7bcf1f1a7bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)