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 | ???鎰?? | 00111111001111110011111111101000010011000011111100111111 | 3f3f3fe84c3f3f |
EUC-JP | 轝??鎰?? | 100011111110000110101010001111110011111111101111101011010011111100111111 | 8fe1aa3f3fefad3f3f |
UTF-8 | 轝뚯꼻鎰쏁꺌 | 111010001011110110011101111010111001101010101111111010101011110010111011111010011000111010110000111011001000111110000001111010101011101010001100 | e8bd9deb9aafeabcbbe98eb0ec8f81eaba8c |
UHC | 轝뚯꼻鎰쏁꺌 | 111001101010110010001100111011001000010010010011111011001111000010011011111001111011001010100111 | e6ac8cec8493ecf09be7b2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)