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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 十??G | 1000111101011100001111110011111101000111 | 8f5c3f3f47 |
EUC-JP | 十??G | 1011110110111101001111110011111101000111 | bdbd3f3f47 |
UTF-8 | 十럮뢙G | 11100101100011011000000111101011100111111010111011101011101000101001100101000111 | e58d81eb9faeeba29947 |
UHC | 十럮뢙G | 11100100101010001000111010001111100011110101010001000111 | e4a88e8f8f5447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)