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 | 智??敎?? | 1001001001110001001111110011111111111010110011010011111100111111 | 92713f3ffacd3f3f |
EUC-JP | 智????? | 11000011110100100011111100111111001111110011111100111111 | c3d23f3f3f3f3f |
UTF-8 | 智렱欌敎렜렦 | 111001101001100110111010111010111010000010110001111001101010110010001100111001101001010110001110111010111010000010011100111010111010000010100110 | e699baeba0b1e6ac8ce6958eeba09ceba0a6 |
UHC | 智렱欌敎렜렦 | 111100101010101010001110101111101110110111101011110011101110011110001110101011101000111010110101 | f2aa8ebeedebcee78eae8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)