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 | ?DT?DTh | 00111111010001000101010000111111010001000101010001101000 | 3f44543f445468 |
SJIS-WIN | ?DT?DTh | 00111111010001000101010000111111010001000101010001101000 | 3f44543f445468 |
EUC-JP | ?DT?DTh | 00111111010001000101010000111111010001000101010001101000 | 3f44543f445468 |
UTF-8 | 혪DT혪DTh | 1110110110011000101010100100010001010100111011011001100010101010010001000101010001101000 | ed98aa4454ed98aa445468 |
UHC | 혪DT혪DTh | 110000101001001001000100010101001100001010010010010001000101010001101000 | c2924454c292445468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)