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 | 埇?Н | 1111101010011010001111111000010001001110 | fa9a3f844e |
EUC-JP | 埇?Н | 100011111011011111100111001111111010011110101111 | 8fb7e73fa7af |
UTF-8 | 埇쎈Н | 1110010110011111100001111110110010001110100010001101000010011101 | e59f87ec8e88d09d |
UHC | 埇쎈Н | 111010011011100110111101111010111010110010101111 | e9b9bdebacaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)