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 | 埇??湲 | 111110101001101000111111001111111001111111010001 | fa9a3f3f9fd1 |
EUC-JP | 埇??湲 | 10001111101101111110011100111111001111111101111011010011 | 8fb7e73f3fded3 |
UTF-8 | 埇쎈렡湲 | 111001011001111110000111111011001000111010001000111010111010000010100001111001101011100110110010 | e59f87ec8e88eba0a1e6b9b2 |
UHC | 埇쎈렡湲 | 1110100110111001101111011110101110001110101100101110101010111000 | e9b9bdeb8eb2eab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)