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 | 菫代Η | 111001001011111110010001111000111000001110100101 | e4bf91e383a5 |
EUC-JP | 菫代Η | 111010001100000111000010111001011010011010100111 | e8c1c2e5a6a7 |
UTF-8 | 菫代Η | 1110100010001111101010111110010010111011101000111100111010010111 | e88fabe4bba3ce97 |
UHC | 菫代Η | 110100001100101111010011110110111010010111000111 | d0cbd3dba5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)