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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑚麥? | 1000110011101000111010100110110100111111 | 8ce8ea6d3f |
EUC-JP | 瑚麥? | 1011100011101010111100111100111000111111 | b8eaf3ce3f |
UTF-8 | 瑚麥렭 | 111001111001000110011010111010011011101010100101111010111010000010101101 | e7919ae9baa5eba0ad |
UHC | 瑚麥렭 | 111110111101000111011000111010101000111010111010 | fbd1d8ea8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)