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 | 霆滔a塚 | 1110100010111011100111111110101110000010100000011111101010011100 | e8bb9feb8281fa9c |
EUC-JP | 霆滔a? | 11110000101111011101111011101101101000111110000100111111 | f0bddeeda3e13f |
UTF-8 | 霆滔a塚 | 111010011001110010000110111001101011101110010100111011111011110110000001111011111010100010010000 | e99c86e6bb94efbd81efa890 |
UHC | 霆滔a? | 11101111111111011101010010100101101000111110000100111111 | effdd4a5a3e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)