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 | 蔘剰桙 | 111001001111001110001111111010001001111010000010 | e4f38fe89e82 |
EUC-JP | 蔘剰桙 | 111010001111010110111110111010101101101111100010 | e8f5beeadbe2 |
UTF-8 | 蔘剰桙 | 111010001001010010011000111001011000100110110000111001101010000110011001 | e89498e589b0e6a199 |
UHC | 蔘?? | 11011111101110000011111100111111 | dfb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)