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 | ?Y?T | 00111111010110010011111101010100 | 3f593f54 |
SJIS-WIN | ?Y?T | 00111111010110010011111101010100 | 3f593f54 |
EUC-JP | ?Y?T | 00111111010110010011111101010100 | 3f593f54 |
UTF-8 | 혪Y혪T | 1110110110011000101010100101100111101101100110001010101001010100 | ed98aa59ed98aa54 |
UHC | 혪Y혪T | 110000101001001001011001110000101001001001010100 | c29259c29254 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)