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 | 驛、繧丞ーア | 111010011000001110100100111000111000001010001111111001011011000010110001 | e983a4e3828fe5b0b1 |
| EUC-JP | 驛、繧丞ーア | 111100011110001110001110101001001110010111100010101111101110011110001110101100001000111010110001 | f1e38ea4e5e2bee78eb08eb1 |
| UTF-8 | 驛、繧丞ーア | 111010011010100110011011111011111011110110100100111001111011100110100111111001001011100010011110111011111011110110110000111011111011110110110001 | e9a99befbda4e7b9a7e4b89eefbdb0efbdb1 |
| UHC | 驛??丞?? | 1110011010111110001111110011111111100011101010100011111100111111 | e6be3f3fe3aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)