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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | テ崚スhテ崚ス | 110000111001101111000011101111010110100011000011100110111100001110111101 | c39bc3bd68c39bc3bd |
EUC-JP | テ崚スhテ崚ス | 10001110110000111101011011000101100011101011110101101000100011101100001111010110110001011000111010111101 | 8ec3d6c58ebd688ec3d6c58ebd |
UTF-8 | テ崚スhテ崚ス | 11101111101111101000001111100101101101001001101011101111101111011011110101101000111011111011111010000011111001011011010010011010111011111011110110111101 | efbe83e5b49aefbdbd68efbe83e5b49aefbdbd |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)