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?Z?T?ZC | 001111110101010000111111010110100011111101010100001111110101101001000011 | 3f543f5a3f543f5a43 |
SJIS-WIN | ?T?Z?T?ZC | 001111110101010000111111010110100011111101010100001111110101101001000011 | 3f543f5a3f543f5a43 |
EUC-JP | ?T?Z?T?ZC | 001111110101010000111111010110100011111101010100001111110101101001000011 | 3f543f5a3f543f5a43 |
UTF-8 | 혪T혪Z혪T혪ZC | 1110110110011000101010100101010011101101100110001010101001011010111011011001100010101010010101001110110110011000101010100101101001000011 | ed98aa54ed98aa5aed98aa54ed98aa5a43 |
UHC | 혪T혪Z혪T혪ZC | 11000010100100100101010011000010100100100101101011000010100100100101010011000010100100100101101001000011 | c29254c2925ac29254c2925a43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)