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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??菴押^ | 00111111001111111110010010111101100010011001111101011110 | 3f3fe4bd899f5e |
EUC-JP | ??菴押^ | 00111111001111111110100010111111101100101010000101011110 | 3f3fe8bfb2a15e |
UTF-8 | 셴솨菴押^ | 11101100100001011011010011101100100001101010100011101000100011111011010011100110100010101011110001011110 | ec85b4ec86a8e88fb4e68abc5e |
UHC | 셴솨菴押^ | 101111001100111110111100110111011110010011100000111001001110001101011110 | bccfbcdde4e0e4e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)