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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 辿贈臓}B | 1001001001001000100100011010000110010001100111110111110101000010 | 924891a1919f7d42 |
EUC-JP | 辿贈臓}B | 1100001110101001110000101010001111000010101000010111110101000010 | c3a9c2a3c2a17d42 |
UTF-8 | 辿贈臓}B | 1110100010111110101111111110100010110100100010001110100010000111100100110111110101000010 | e8bebfe8b488e887937d42 |
UHC | ?贈?}B | 001111111111000111111100001111110111110101000010 | 3ff1fc3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)