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]H | 1100110110110000010101000101110101001000 | cdb0545d48 |
SJIS-WIN | ?°T]H | 001111111000000110001011010101000101110101001000 | 3f818b545d48 |
EUC-JP | Í°T]H | 1000111110101010101111111010000111101011010101000101110101001000 | 8faabfa1eb545d48 |
UTF-8 | Í°T]H | 11000011100011011100001010110000010101000101110101001000 | c38dc2b0545d48 |
UHC | ?°T]H | 001111111010000111000110010101000101110101001000 | 3fa1c6545d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)