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 | 掌よ? | 1000111110110110100000101110011000111111 | 8fb682e63f |
EUC-JP | 掌よ? | 1011111010111000101001001110100000111111 | beb8a4e83f |
UTF-8 | 掌よ럫 | 111001101000111010001100111000111000001010001000111010111001111110101011 | e68e8ce38288eb9fab |
UHC | 掌よ럫 | 111011011110011010101010111010001000111010001110 | ede6aae88e8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)