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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 誤????? | 10001100111010110011111100111111001111110011111100111111 | 8ceb3f3f3f3f3f |
EUC-JP | 誤????? | 10111000111011010011111100111111001111110011111100111111 | b8ed3f3f3f3f3f |
UTF-8 | 誤⒲꺂曆룩돦 | 111010001010101010100100111000101001001010110010111010101011101010000010111011111010011010001011111010111010001110101001111010111000111110100110 | e8aaa4e292b2eaba82efa68beba3a9eb8fa6 |
UHC | 誤⒲꺂曆룩돦 | 111010001010011010101001111000111000001110101011111001101011011110110111111010001000100110101010 | e8a6a9e383abe6b7b7e889aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)