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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 善洩洩?秧 | 100100010101000010001001011010111000100101101011001111111110001001011110 | 9150896b896b3fe25e |
EUC-JP | 善洩洩?秧 | 110000011011000110110001110011001011000111001100001111111110001110111111 | c1b1b1ccb1cc3fe3bf |
UTF-8 | 善洩洩卨秧 | 111001011001011010000100111001101011010010101001111001101011010010101001111001011000110110101000111001111010011110100111 | e59684e6b4a9e6b4a9e58da8e7a7a7 |
UHC | 善洩洩卨秧 | 11100000101111001110000011011101111000001101110111100000110110011110010011101011 | e0bce0dde0dde0d9e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)