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 | ア、爰 | 10110001101001001110000010100111 | b1a4e0a7 |
EUC-JP | ア、爰 | 100011101011000110001110101001001110000010101001 | 8eb18ea4e0a9 |
UTF-8 | ア、爰 | 111011111011110110110001111011111011110110100100111001111000100010110000 | efbdb1efbda4e788b0 |
UHC | ??爰 | 00111111001111111110101010111010 | 3f3feaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)