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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯????? | 10011010111000010011111100111111001111110011111100111111 | 9ae13f3f3f3f3f |
EUC-JP | 壯??獒?? | 110101001110001100111111001111111000111111001011101110110011111100111111 | d4e33f3f8fcbbb3f3f |
UTF-8 | 壯멨윿獒섊뮵 | 111001011010001110101111111010111010100110101000111011001001110010111111111001111000110110010010111011001000010010001010111010111010111010110101 | e5a3afeba9a8ec9cbfe78d92ec848aebaeb5 |
UHC | 壯멨윿獒섊뮵 | 111011011110000010111000111001011001111110110111111010001010001110011000111001111001001010111101 | ede0b8e59fb7e8a398e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)