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 | 崖ヤ? | 1000101001010010100000111000010000111111 | 8a5283843f |
EUC-JP | 崖ヤ? | 1011001110110011101001011110010000111111 | b3b3a5e43f |
UTF-8 | 崖ヤ옛 | 111001011011010010010110111000111000001110100100111011001001100010011011 | e5b496e383a4ec989b |
UHC | 崖ヤ옛 | 111001001111000010101011111001001011111110111110 | e4f0abe4bfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)