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 | 影??徇?? | 1000100101100101001111110011111110011100011011010011111100111111 | 89653f3f9c6d3f3f |
EUC-JP | 影??徇?? | 1011000111000110001111110011111111010111110011100011111100111111 | b1c63f3fd7ce3f3f |
UTF-8 | 影뚨꼾徇숃쪉 | 111001011011110110110001111010111001101010101000111010101011110010111110111001011011111010000111111011001000100010000011111011001010101010001001 | e5bdb1eb9aa8eabcbee5be87ec8883ecaa89 |
UHC | 影뚨꼾徇숃쪉 | 111001111010111110001100111001111000010010010100111000101101111110011001111010001010010110000011 | e7af8ce78494e2df99e8a583 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)