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 | T»U® | 1001001001010100100100011011101110010010010101011001000110101110 | 925491bb925591ae |
SJIS-WIN | ?T???U?? | 0011111101010100001111110011111100111111010101010011111100111111 | 3f543f3f3f553f3f |
EUC-JP | ?T???U?® | 00111111010101000011111100111111001111110101010100111111100011111010001011101110 | 3f543f3f3f553f8fa2ee |
UTF-8 | T»U® | 1100001010010010010101001100001010010001110000101011101111000010100100100101010111000010100100011100001010101110 | c29254c291c2bbc29255c291c2ae |
UHC | ?T???U?® | 001111110101010000111111001111110011111101010101001111111010001011100111 | 3f543f3f3f553fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)