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 | 妊嵌閥 | 100101000100010010011011110001101001010010110100 | 94449bc694b4 |
EUC-JP | 妊嵌閥 | 110001111010010111010110110010001100100010110110 | c7a5d6c8c8b6 |
UTF-8 | 妊嵌閥 | 111001011010011010001010111001011011010110001100111010011001011010100101 | e5a68ae5b58ce996a5 |
UHC | 妊嵌閥 | 111011001111010011001010111011101101101111101100 | ecf4caeedbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)