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 | ?h?涅 | 001111111000001010001000001111111001111110111000 | 3f82883f9fb8 |
EUC-JP | ?h?涅 | 001111111010001111101000001111111101111010111010 | 3fa3e83fdeba |
UTF-8 | 若h닃涅 | 111011111010010110110100111011111011110110001000111010111000101110000011111001101011011010000101 | efa5b4efbd88eb8b83e6b685 |
UHC | 若h닃涅 | 1110010110101110101000111110100010001000100011001110011011101110 | e5aea3e8888ce6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)