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? | 001111110101010000111111 | 3f543f |
SJIS-WIN | 碩T碩 | 1001000011010111010101001001000011010111 | 90d75490d7 |
EUC-JP | 碩T碩 | 1100000011011001010101001100000011011001 | c0d954c0d9 |
UTF-8 | 碩T碩 | 11100111101000101010100101010100111001111010001010101001 | e7a2a954e7a2a9 |
UHC | 碩T碩 | 1110000010110101010101001110000010110101 | e0b554e0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)