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 | 町?應??? | 1001001010101100001111111001110011100100001111110011111100111111 | 92ac3f9ce43f3f3f |
EUC-JP | 町?應??? | 1100010010101110001111111101100011100110001111110011111100111111 | c4ae3fd8e63f3f3f |
UTF-8 | 町렊應렩易탓 | 111001111001010010111010111010111010000010001010111001101000011110001001111010111010000010101001111011111010011110100000111011011000001110010011 | e794baeba08ae68789eba0a9efa7a0ed8393 |
UHC | 町렊應렩易탓 | 111011111110101110001110101000011110101111101011100011101011011111101100101011111100010110111111 | efeb8ea1ebeb8eb7ecafc5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)