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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 將遁??窩 | 1001101110010010100100111101100100111111001111111110001001111100 | 9b9293d93f3fe27c |
EUC-JP | 將遁??窩 | 1101010111110010110001101101101100111111001111111110001111011101 | d5f2c6db3f3fe3dd |
UTF-8 | 將遁렫렣窩 | 111001011011000010000111111010011000000110000001111010111010000010101011111010111010000010100011111001111010101010101001 | e5b087e98181eba0abeba0a3e7aaa9 |
UHC | 將遁렫렣窩 | 11101101111000101101010011101101100011101011100110001110101101001110100011000000 | ede2d4ed8eb98eb4e8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)