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 | 智?奚敎? | 1001001001110001001111111001101011110110111110101100110100111111 | 92713f9af6facd3f |
EUC-JP | 智?奚?? | 11000011110100100011111111010100111110000011111100111111 | c3d23fd4f83f3f |
UTF-8 | 智렱奚敎렜 | 111001101001100110111010111010111010000010110001111001011010010110011010111001101001010110001110111010111010000010011100 | e699baeba0b1e5a59ae6958eeba09c |
UHC | 智렱奚敎렜 | 11110010101010101000111010111110111110101010100011001110111001111000111010101110 | f2aa8ebefaa8cee78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)