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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蔚??遁?龍 | 100010010101010100111111001111111001001111011001001111111001011110110100 | 89553f3f93d93f97b4 |
EUC-JP | 蔚??遁?龍 | 101100011011011000111111001111111100011011011011001111111100111010110110 | b1b63f3fc6db3fceb6 |
UTF-8 | 蔚편렱遁렰龍 | 111010001001010010011010111011011000111010111000111010111010000010110001111010011000000110000001111010111010000010110000111010011011111010001101 | e8949aed8eb8eba0b1e98181eba0b0e9be8d |
UHC | 蔚편렱遁렰龍 | 111010101010010111000110111011011000111010111110110101001110110110001110101111011101011110100011 | eaa5c6ed8ebed4ed8ebdd7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)