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 | 10001110101100011000111011011010111001001100000001000111 | 8eb18edae4c047 |
EUC-JP | 竺尺菎G | 10111100101100111011110011011100111010001100001001000111 | bcb3bcdce8c247 |
UTF-8 | 竺尺菎G | 11100111101010111011101011100101101100001011101011101000100011111000111001000111 | e7abbae5b0bae88f8e47 |
UHC | 竺尺?G | 111101011110011111110100101010010011111101000111 | f5e7f4a93f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)