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 | 傳?刀釣?? | 100110010100001000111111100100111000000110010010110111100011111100111111 | 99423f938192de3f3f |
| EUC-JP | 傳?刀釣?? | 110100011010001100111111110001011110000111000100111000000011111100111111 | d1a33fc5e1c4e03f3f |
| UTF-8 | 傳대刀釣띔혁 | 111001011000001010110011111010111000110010000000111001011000100010000000111010011000011110100011111010111001110110010100111011011001100010000001 | e582b3eb8c80e58880e987a3eb9d94ed9881 |
| UHC | 傳대刀釣띔혁 | 111011101110111010110100111010111101001111101111111100001110010110110110111010101100011111110101 | eeeeb4ebd3eff0e5b6eac7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)