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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | ?潟D?潟D^ | 001111111000101010000011010001000011111110001010100000110100010001011110 | 3f8a83443f8a83445e |
EUC-JP | ?潟D?潟D^ | 001111111011001111100011010001000011111110110011111000110100010001011110 | 3fb3e3443fb3e3445e |
UTF-8 | 璉潟D璉潟D^ | 111011111010011010010100111001101011110110011111010001001110111110100110100101001110011010111101100111110100010001011110 | efa694e6bd9f44efa694e6bd9f445e |
UHC | 璉潟D璉潟D^ | 1110011011011001111000001011001101000100111001101101100111100000101100110100010001011110 | e6d9e0b344e6d9e0b3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)