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 | 蛭???? | 100101010110011100111111001111110011111100111111 | 95673f3f3f3f |
EUC-JP | 蛭??紈? | 1100100111001000001111110011111110001111110100111100110100111111 | c9c83f3f8fd3cd3f |
UTF-8 | 蛭샷뤚紈퐼 | 111010001001101110101101111011001000001110110111111010111010010010011010111001111011010010001000111011011001000010111100 | e89badec83b7eba49ae7b488ed90bc |
UHC | 蛭샷뤚紈퐼 | 11110010111101001011110010100110100011111100100111111100101111001011111001000101 | f2f4bca68fc9fcbcbe45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)