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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苡刻讐茗 | 1110010010001111100011011000111110001111010100011110010010101010 | e48f8d8f8f51e4aa |
EUC-JP | 苡刻讐茗 | 1110011111101111101110011110111110111101101100101110100010101100 | e7efb9efbdb2e8ac |
UTF-8 | 苡刻讐茗 | 111010001000101110100001111001011000100010111011111010001010111010010000111010001000110010010111 | e88ba1e588bbe8ae90e88c97 |
UHC | 苡刻讐茗 | 1110110010111110110010101011111011100010110000101101100110101011 | ecbecabee2c2d9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)