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?M?T?M | 0011111101010100001111110100110100111111010101000011111101001101 | 3f543f4d3f543f4d |
SJIS-WIN | ?T?M?T?M | 0011111101010100001111110100110100111111010101000011111101001101 | 3f543f4d3f543f4d |
EUC-JP | ?T?M?T?M | 0011111101010100001111110100110100111111010101000011111101001101 | 3f543f4d3f543f4d |
UTF-8 | 혪T혪M혪T혪M | 11101101100110001010101001010100111011011001100010101010010011011110110110011000101010100101010011101101100110001010101001001101 | ed98aa54ed98aa4ded98aa54ed98aa4d |
UHC | 혪T혪M혪T혪M | 110000101001001001010100110000101001001001001101110000101001001001010100110000101001001001001101 | c29254c2924dc29254c2924d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)