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 | 除礪? | 1000111110011100111000011110100000111111 | 8f9ce1e83f |
EUC-JP | 除礪? | 1011110111111100111000101110101000111111 | bdfce2ea3f |
UTF-8 | 除礪뤂 | 111010011001100110100100111001111010010010101010111010111010010010000010 | e999a4e7a4aaeba482 |
UHC | 除礪뤂 | 111100001011011011010101111011001000111110110011 | f0b6d5ec8fb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)