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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 揖熾蜂h | 10010111010010111110000010010101100101100100100101101000 | 974be095964968 |
EUC-JP | 揖熾蜂h | 11001101101011001101111111110101110010111010101001101000 | cdacdff5cbaa68 |
UTF-8 | 揖熾蜂h | 11100110100011111001011011100111100001101011111011101000100111001000001001101000 | e68f96e786bee89c8268 |
UHC | 揖熾蜂h | 11101011111001111111011010111111110111001111000001101000 | ebe7f6bfdcf068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)