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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 逵樒垈F | 11100111100111001001111011100111100110101011000001000110 | e79c9ee79ab046 |
EUC-JP | 逵樒垈F | 11101101111111001101110011101001110101001011001001000110 | edfcdce9d4b246 |
UTF-8 | 逵樒垈F | 11101001100000001011010111100110101010001001001011100101100111101000100001000110 | e980b5e6a892e59e8846 |
UHC | 逵?垈F | 110100001011000000111111110100111101110001000110 | d0b03fd3dc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)