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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篁炎娼裴 | 1110001010111001100010011000101010001111101010011110010111101000 | e2b9898a8fa9e5e8 |
EUC-JP | 篁炎娼裴 | 1110010010111011101100011110101010111110101010111110101011101010 | e4bbb1eabeabeaea |
UTF-8 | 篁炎娼裴 | 111001111010111110000001111001111000001010001110111001011010100010111100111010001010001110110100 | e7af81e7828ee5a8bce8a3b4 |
UHC | 篁炎娼裴 | 1111110011010110111001101111101011110011110111101101101111010000 | fcd6e6faf3dedbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)