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 | 苒?? | 11100100100100100011111100111111 | e4923f3f |
EUC-JP | 苒?? | 11100111111100100011111100111111 | e7f23f3f |
UTF-8 | 苒뚨뮈 | 111010001000101110010010111010111001101010101000111010111010111010001000 | e88b92eb9aa8ebae88 |
UHC | 苒뚨뮈 | 111001101111111010001100111001111011100110111111 | e6fe8ce7b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)