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 | 一訥睹 | 100010001110101011100110011000111110000111001111 | 88eae663e1cf |
EUC-JP | 一訥睹 | 101100001110110011101011110001001110001011010001 | b0ecebc4e2d1 |
UTF-8 | 一訥睹 | 111001001011100010000000111010001010100010100101111001111001110110111001 | e4b880e8a8a5e79db9 |
UHC | 一訥睹 | 111011001110100111010010111011011101010010101001 | ece9d2edd4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)