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 | ?潟?潟^ | 00111111100010101000001100111111100010101000001101011110 | 3f8a833f8a835e |
EUC-JP | ?潟?潟^ | 00111111101100111110001100111111101100111110001101011110 | 3fb3e33fb3e35e |
UTF-8 | 옭潟옭潟^ | 11101100100110001010110111100110101111011001111111101100100110001010110111100110101111011001111101011110 | ec98ade6bd9fec98ade6bd9f5e |
UHC | 옭潟옭潟^ | 101111111100010011100000101100111011111111000100111000001011001101011110 | bfc4e0b3bfc4e0b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)