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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葆葆 | 1110010011011100111100001111101011110000111010111110010011011100 | e4dcf0faf0ebe4dc |
EUC-JP | 葆??葆 | 111010001101111000111111001111111110100011011110 | e8de3f3fe8de |
UTF-8 | 葆葆 | 111010001001000110000110111011101000001010111001111011101000001010101010111010001001000110000110 | e89186ee82b9ee82aae89186 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)