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 | 10010000111001011000111011101101100100001011111001000111 | 90e58eed90be47 |
EUC-JP | 仙種誓G | 11000000111001111011110011101111110000001100000001000111 | c0e7bcefc0c047 |
UTF-8 | 仙種誓G | 11100100101110111001100111100111101010001010111011101000101010101001001101000111 | e4bb99e7a8aee8aa9347 |
UHC | 仙種誓G | 11100000101110011111000011111010111000001010010101000111 | e0b9f0fae0a547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)