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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 症錡チG | 100011111100011111111011110110001100000101000111 | 8fc7fbd8c147 |
EUC-JP | 症錡チG | 1011111011001001100011111110010011011110100011101100000101000111 | bec98fe4de8ec147 |
UTF-8 | 症錡チG | 11100111100101111000011111101001100011001010000111101111101111101000000101000111 | e79787e98ca1efbe8147 |
UHC | 症錡?G | 111100011111100011010001110001000011111101000111 | f1f8d1c43f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)