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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蛭??佃? | 10010101011001110011111100111111100100101100111100111111 | 95673f3f92cf3f |
EUC-JP | 蛭??佃? | 11001001110010000011111100111111110001001101000100111111 | c9c83f3fc4d13f |
UTF-8 | 蛭샷뤛佃쭖 | 111010001001101110101101111011001000001110110111111010111010010010011011111001001011110110000011111011001010110110010110 | e89badec83b7eba49be4bd83ecad96 |
UHC | 蛭샷뤛佃쭖 | 11110010111101001011110010100110100011111100101011101110111011001010011110001110 | f2f4bca68fcaeeeca78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)