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 | 訂?凋 | 1001001011111001001111111001001010011100 | 92f93f929c |
EUC-JP | 訂?凋 | 1100010011111011001111111100001111111100 | c4fb3fc3fc |
UTF-8 | 訂렗凋 | 111010001010100010000010111010111010000010010111111001011000011110001011 | e8a882eba097e5878b |
UHC | 訂렗凋 | 111011111111010010001110101011001111000010111101 | eff48eacf0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)