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 | 諄薐諄薐^ | 111001100111100011100101010100101110011001111000111001010101001001011110 | e678e552e678e5525e |
EUC-JP | 諄薐諄薐^ | 111010111101100111101001101100111110101111011001111010011011001101011110 | ebd9e9b3ebd9e9b35e |
UTF-8 | 諄薐諄薐^ | 11101000101010111000010011101000100101101001000011101000101010111000010011101000100101101001000001011110 | e8ab84e89690e8ab84e896905e |
UHC | 諄?諄?^ | 11100010111101000011111111100010111101000011111101011110 | e2f43fe2f43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)