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 | 瓮〓?? | 111000010100010010000001101011000011111100111111 | e14481ac3f3f |
EUC-JP | 瓮〓?? | 111000011010010110100010101011100011111100111111 | e1a5a2ae3f3f |
UTF-8 | 瓮〓젺琉 | 111001111001001110101110111000111000000010010011111011001010000010111010111011111010011110001100 | e793aee38093eca0baefa78c |
UHC | 瓮〓젺琉 | 1110100010110111101000011110101110100000101011011110101110100100 | e8b7a1eba0adeba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)