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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???唯??B | 0011111100111111001111111001011101000010001111110011111101000010 | 3f3f3f97423f3f42 |
EUC-JP | ???唯??B | 0011111100111111001111111100110110100011001111110011111101000010 | 3f3f3fcda33f3f42 |
UTF-8 | 嶺뚢돦唯섑씇B | 11101111101001101010101111101011100110101010001011101011100011111010011011100101100101001010111111101100100001001001000111101100100101001000011101000010 | efa6abeb9aa2eb8fa6e594afec8491ec948742 |
UHC | 嶺뚢돦唯섑씇B | 11100111101011011000110011100010100010011010101011101010111001101001100011101101100111011001111101000010 | e7ad8ce289aaeae698ed9d9f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)