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 | ¼{ | 100011111011110010000011100010111000000101111011 | 8fbc838b817b |
SJIS-WIN | ?????{ | 001111110011111100111111001111110011111101111011 | 3f3f3f3f3f7b |
EUC-JP | ?????{ | 001111110011111100111111001111110011111101111011 | 3f3f3f3f3f7b |
UTF-8 | ¼{ | 1100001010001111110000101011110011000010100000111100001010001011110000101000000101111011 | c28fc2bcc283c28bc2817b |
UHC | ?¼???{ | 00111111101010001111100100111111001111110011111101111011 | 3fa8f93f3f3f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)