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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 愈莖?? | 100101101111101011100100101100010011111100111111 | 96fae4b13f3f |
EUC-JP | 愈莖?? | 110011001111110011101000101100110011111100111111 | ccfce8b33f3f |
UTF-8 | 愈莖렦렧 | 111001101000010010001000111010001000111010010110111010111010000010100110111010111010000010100111 | e68488e88e96eba0a6eba0a7 |
UHC | 愈莖렦렧 | 1110101011101111110011001110110010001110101101011000111010110110 | eaefccec8eb58eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)