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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 洧??洧??^ | 1000111111000111101101000011111100111111100011111100011110110100001111110011111101011110 | 8fc7b43f3f8fc7b43f3f5e |
UTF-8 | 洧쀫섶洧쀫섶^ | 11100110101101001010011111101100100000001010101111101100100001001011011011100110101101001010011111101100100000001010101111101100100001001011011001011110 | e6b4a7ec80abec84b6e6b4a7ec80abec84b65e |
UHC | 洧쀫섶洧쀫섶^ | 11101010111110111001011111101011101111001011101111101010111110111001011111101011101111001011101101011110 | eafb97ebbcbbeafb97ebbcbb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)