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 | ?????L | 001111110011111100111111001111110011111101001100 | 3f3f3f3f3f4c |
SJIS-WIN | テェテ按ソL | 11000011101010101100001110001000110000101011111101001100 | c3aac388c2bf4c |
EUC-JP | テェテ按ソL | 1000111011000011100011101010101010001110110000111011000011000100100011101011111101001100 | 8ec38eaa8ec3b0c48ebf4c |
UTF-8 | テェテ按ソL | 11101111101111101000001111101111101111011010101011101111101111101000001111100110100011001000100111101111101111011011111101001100 | efbe83efbdaaefbe83e68c89efbdbf4c |
UHC | ???按?L | 00111111001111110011111111100100110011100011111101001100 | 3f3f3fe4ce3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)