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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?音 | 001111111000100110111001 | 3f89b9 |
EUC-JP | ?音 | 001111111011001010111011 | 3fb2bb |
UTF-8 | 暈音 | 111011111010011110000101111010011001111110110011 | efa785e99fb3 |
UHC | 暈音 | 11101001111101111110101111100101 | e9f7ebe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)