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 | 訂?鍋 | 1001001011111001001111111001001111100111 | 92f93f93e7 |
EUC-JP | 訂?鍋 | 1100010011111011001111111100011011101001 | c4fb3fc6e9 |
UTF-8 | 訂흖鍋 | 111010001010100010000010111011011001110110010110111010011000110110001011 | e8a882ed9d96e98d8b |
UHC | 訂흖鍋 | 111011111111010011001000111010001100111010100111 | eff4c8e8cea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)