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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 智??敎? | 10010010011100010011111100111111111110101100110100111111 | 92713f3ffacd3f |
EUC-JP | 智???? | 110000111101001000111111001111110011111100111111 | c3d23f3f3f3f |
UTF-8 | 智렱欌敎렜 | 111001101001100110111010111010111010000010110001111001101010110010001100111001101001010110001110111010111010000010011100 | e699baeba0b1e6ac8ce6958eeba09c |
UHC | 智렱欌敎렜 | 11110010101010101000111010111110111011011110101111001110111001111000111010101110 | f2aa8ebeedebcee78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)