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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???箏絲? | 0011111100111111001111111110001010110101111000110100111000111111 | 3f3f3fe2b5e34e3f |
EUC-JP | 焌??箏絲? | 10001111110010011110100000111111001111111110010010110111111001011010111100111111 | 8fc9e83f3fe4b7e5af3f |
UTF-8 | 焌쇌강箏絲렩 | 111001111000010010001100111011001000011110001100111010101011000010010101111001111010111010001111111001111011010110110010111010111010000010101001 | e7848cec878ceab095e7ae8fe7b5b2eba0a9 |
UHC | 焌쇌강箏絲렩 | 111100011110000010111100111001001011000010101101111011101011010011011110111010101000111010110111 | f1e0bce4b0adeeb4deea8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)