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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 韲眩痞 | 111010001110110011100001101111111110000101111100 | e8ece1bfe17c |
EUC-JP | 韲眩痞 | 111100001110111011100010110000011110000111011101 | f0eee2c1e1dd |
UTF-8 | 韲眩痞 | 111010011001111110110010111001111001110010101001111001111001011110011110 | e99fb2e79ca9e7979e |
UHC | ?眩? | 00111111111110101101111100111111 | 3ffadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)