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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 際?肢?祭 | 1000110111011011001111111000111010001000001111111000110111010101 | 8ddb3f8e883f8dd5 |
EUC-JP | 際?肢?祭 | 1011101011011101001111111011101111101000001111111011101011010111 | badd3fbbe83fbad7 |
UTF-8 | 際렑肢렖祭 | 111010011001101010011011111010111010000010010001111010001000001010100010111010111010000010010110111001111010010110101101 | e99a9beba091e882a2eba096e7a5ad |
UHC | 際렑肢렖祭 | 11110000101101111000111010100110111100101011011010001110101010111111000010101110 | f0b78ea6f2b68eabf0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)