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 | 貅川椚礦 | 1110011010111010100100001110110010011110101011011110000111100110 | e6ba90ec9eade1e6 |
EUC-JP | 貅川椚礦 | 1110110010111100110000001110111011011100101011111110001011101000 | ecbcc0eedcafe2e8 |
UTF-8 | 貅川椚礦 | 111010001011001010000101111001011011011110011101111001101010010010011010111001111010010010100110 | e8b285e5b79de6a49ae7a4a6 |
UHC | ?川?? | 0011111111110100101110010011111100111111 | 3ff4b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)