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 | ???乙?? | 00111111001111110011111110001001101100110011111100111111 | 3f3f3f89b33f3f |
EUC-JP | 轝??乙?? | 100011111110000110101010001111110011111110110010101101010011111100111111 | 8fe1aa3f3fb2b53f3f |
UTF-8 | 轝뚯뇳乙ㅶ쵊 | 111010001011110110011101111010111001101010101111111010111000011110110011111001001011100110011001111000111000010110110110111011001011010110001010 | e8bd9deb9aafeb87b3e4b999e385b6ecb58a |
UHC | 轝뚯뇳乙ㅶ쵊 | 111001101010110010001100111011001000011110010111111010111110000010100100111001101010110010001100 | e6ac8cec8797ebe0a4e6ac8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)