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 | 如??肉? | 10010100010000000011111100111111100100111111011100111111 | 94403f3f93f73f |
EUC-JP | 如??肉? | 11000111101000010011111100111111110001101111100100111111 | c7a13f3fc6f93f |
UTF-8 | 如볥끝肉딦 | 111001011010011010000010111010111011001110100101111010111000000110011101111010001000001010001001111010111001010010100110 | e5a682ebb3a5eb819de88289eb94a6 |
UHC | 如볥끝肉딦 | 11100101111111011001001111101011101100111010000111101011101111111000101101000111 | e5fd93ebb3a1ebbf8b47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)