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 | 該紺儷? | 10001010010110011000110110101110100110010101010100111111 | 8a598dae99553f |
EUC-JP | 該紺儷? | 10110011101110101011101010110000110100011011011000111111 | b3babab0d1b63f |
UTF-8 | 該紺儷롅 | 111010001010100110110010111001111011010010111010111001011000010010110111111010111010000110000101 | e8a9b2e7b4bae584b7eba185 |
UHC | 該紺儷롅 | 1111101010110001110010101111101011010101111000111000111011001011 | fab1cafad5e38ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)