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 | 鬘句炎砠 | 1110100110100001100010111110010110001001100010101110000111100111 | e9a18be5898ae1e7 |
EUC-JP | 鬘句炎砠 | 1111001010100011101101101110011110110001111010101110001011101001 | f2a3b6e7b1eae2e9 |
UTF-8 | 鬘句炎砠 | 111010011010110010011000111001011000111110100101111001111000001010001110111001111010000010100000 | e9ac98e58fa5e7828ee7a0a0 |
UHC | ?句炎? | 001111111100111110100011111001101111101000111111 | 3fcfa3e6fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)