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 | 釣???擺? | 1001001011011110001111110011111100111111100111011011001000111111 | 92de3f3f3f9db23f |
EUC-JP | 釣???擺? | 1100010011100000001111110011111100111111110110101011010000111111 | c4e03f3f3fdab43f |
UTF-8 | 釣댐서뤈擺켃 | 111010011000011110100011111010111000110010010000111011001000010010011100111010111010010010001000111001101001001110111010111011001011110010000011 | e987a3eb8c90ec849ceba488e693baecbc83 |
UHC | 釣댐서뤈擺켃 | 111100001110010110110100111011111011110010101101100011111011100011110111111011001011000101000010 | f0e5b4efbcad8fb8f7ecb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)