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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 暗?,耶 | 10001000110000110011111110000001010000111001011011101011 | 88c33f814396eb |
EUC-JP | 暗?,耶 | 10110000110001010011111110100001101001001100110011101101 | b0c53fa1a4cced |
UTF-8 | 暗싩,耶 | 111001101001101010010111111011001000101110101001111011111011110010001100111010001000000010110110 | e69a97ec8ba9efbc8ce880b6 |
UHC | 暗싩,耶 | 1110010011011110100110101110011110100011101011001110010110101101 | e4de9ae7a3ace5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)