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 | 掌わ? | 1000111110110110100000101110110100111111 | 8fb682ed3f |
EUC-JP | 掌わ? | 1011111010111000101001001110111100111111 | beb8a4ef3f |
UTF-8 | 掌わ쉿 | 111001101000111010001100111000111000001010001111111011001000100110111111 | e68e8ce3828fec89bf |
UHC | 掌わ쉿 | 111011011110011010101010111011111011110110110010 | ede6aaefbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)