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 | 珈涌鈔 | 111000001101101110010111010011111110011111100010 | e0db974fe7e2 |
EUC-JP | 珈涌鈔 | 111000001101110111001101101100001110111011100100 | e0ddcdb0eee4 |
UTF-8 | 珈涌鈔 | 111001111000111110001000111001101011011010001100111010011000100010010100 | e78f88e6b68ce98894 |
UHC | ?涌? | 00111111111010011011111100111111 | 3fe9bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)