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 | ?倪英 | 0011111110011000111000101000100101110000 | 3f98e28970 |
EUC-JP | ?倪英 | 0011111111010000111001001011000111010001 | 3fd0e4b1d1 |
UTF-8 | 잩倪英 | 111011001001111010101001111001011000000010101010111010001000101110110001 | ec9ea9e580aae88bb1 |
UHC | 잩倪英 | 100111111111010011100111110100101110011111001000 | 9ff4e7d2e7c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)