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 | ???依←? | 0011111100111111001111111000100011001011100000011010100100111111 | 3f3f3f88cb81a93f |
EUC-JP | 轝??依←? | 10001111111000011010101000111111001111111011000011001101101000101010101100111111 | 8fe1aa3f3fb0cda2ab3f |
UTF-8 | 轝뚭맏依←뜏 | 111010001011110110011101111010111001101010101101111010111010011110001111111001001011111010011101111000101000011010010000111010111001110010001111 | e8bd9deb9aadeba78fe4be9de28690eb9c8f |
UHC | 轝뚭맏依←뜏 | 111001101010110010001100111010101011100010111010111010111110111010100001111001111000110110010010 | e6ac8ceab8baebeea1e78d92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)