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þ | 1001000111111110010101001001000111111110 | 91fe5491fe |
SJIS-WIN | ??T?? | 0011111100111111010101000011111100111111 | 3f3f543f3f |
EUC-JP | ?þT?þ | 001111111000111110101001110100000101010000111111100011111010100111010000 | 3f8fa9d0543f8fa9d0 |
UTF-8 | þTþ | 110000101001000111000011101111100101010011000010100100011100001110111110 | c291c3be54c291c3be |
UHC | ?þT?þ | 00111111101010011010110101010100001111111010100110101101 | 3fa9ad543fa9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)