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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?朞綢 | 0011111110011110010011011110001101100001 | 3f9e4de361 |
EUC-JP | ?朞綢 | 0011111111011011101011101110010111000010 | 3fdbaee5c2 |
UTF-8 | 룵朞綢 | 111010111010001110110101111001101001110010011110111001111011011010100010 | eba3b5e69c9ee7b6a2 |
UHC | 룵朞綢 | 100011111010101011010001101000011111000111000110 | 8faad1a1f1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)