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 | 綬鼇讐 | 100011101111100011101010100001111000111101010001 | 8ef8ea878f51 |
EUC-JP | 綬鼇讐 | 101111001111101011110011111001111011110110110010 | bcfaf3e7bdb2 |
UTF-8 | 綬鼇讐 | 111001111011011010101100111010011011110010000111111010001010111010010000 | e7b6ace9bc87e8ae90 |
UHC | 綬鼇讐 | 111000101011100011101000101010001110001011000010 | e2b8e8a8e2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)