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 | 誤???鵝 | 10001100111010110011111100111111001111111110101001000000 | 8ceb3f3f3fea40 |
EUC-JP | 誤???鵝 | 10111000111011010011111100111111001111111111001110100001 | b8ed3f3f3ff3a1 |
UTF-8 | 誤곊듯뭵鵝 | 111010001010101010100100111010101011001110001010111010111001001110101111111010111010110110110101111010011011010110011101 | e8aaa4eab38aeb93afebadb5e9b59d |
UHC | 誤곊듯뭵鵝 | 11101000101001101000000111001110101101011110110110010010100001001110010010111101 | e8a681ceb5ed9284e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)