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 | 綜?璉 | 1001000110001110001111111111101101101100 | 918e3ffb6c |
EUC-JP | 綜?璉 | 110000011110111000111111100011111100110011010000 | c1ee3f8fccd0 |
UTF-8 | 綜쮜璉 | 111001111011011010011100111011001010111010011100111001111001001010001001 | e7b69cecae9ce79289 |
UHC | 綜쮜璉 | 111100001111110011000010111010001101011010100010 | f0fcc2e8d6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)