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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??詩B | 0011111100111111100011101000110101000010 | 3f3f8e8d42 |
EUC-JP | 唵唵詩B | 100011111011010111010001100011111011010111010001101110111110110101000010 | 8fb5d18fb5d1bbed42 |
UTF-8 | 唵唵詩B | 11100101100101001011010111100101100101001011010111101000101010011010100101000010 | e594b5e594b5e8a9a942 |
UHC | 唵唵詩B | 11100100110110101110010011011010111000111100110001000010 | e4dae4dae3cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)