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 | ??㎏ | 00111111001111111000011101110011 | 3f3f8773 |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 번㏓㎏ | 111010111011001010001000111000111000111110010011111000111000111010001111 | ebb288e38f93e38e8f |
UHC | 번㏓㎏ | 101110011111100010100111111010111010011110111000 | b9f8a7eba7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)