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 | 郤ワ愁趾 | 1110011110111010100000111000111110001111010001001110011011100100 | e7ba838f8f44e6e4 |
EUC-JP | 郤ワ愁趾 | 1110111010111100101001011110111110111101101001011110110011100110 | eebca5efbda5ece6 |
UTF-8 | 郤ワ愁趾 | 111010011000001110100100111000111000001110101111111001101000010010000001111010001011011010111110 | e983a4e383afe68481e8b6be |
UHC | ?ワ愁趾 | 00111111101010111110111111100001111111101111001010111111 | 3fabefe1fef2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)