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 | 曖??五 | 100111100100001000111111001111111000110011011100 | 9e423f3f8cdc |
EUC-JP | 曖??五 | 110110111010001100111111001111111011100011011110 | dba33f3fb8de |
UTF-8 | 曖쒐맜五 | 111001101001101110010110111011001001001010010000111010111010011110011100111001001011101010010100 | e69b96ec9290eba79ce4ba94 |
UHC | 曖쒐맜五 | 1110010011110010100111001110011110010000101010111110011111101001 | e4f29ce790abe7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)