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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 莨粋扱SB | 1110010010111100100100001000100010001000101101010101001101000010 | e4bc908888b55342 |
EUC-JP | 莨粋扱SB | 1110100010111110101111111110100010110000101101110101001101000010 | e8bebfe8b0b75342 |
UTF-8 | 莨粋扱SB | 1110100010001110101010001110011110110010100010111110011010001001101100010101001101000010 | e88ea8e7b28be689b15342 |
UHC | ??扱SB | 001111110011111111010000111000100101001101000010 | 3f3fd0e25342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)