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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 癲?。??B | 1110000110011111001111111000000101000010001111110011111101000010 | e19f3f81423f3f42 |
EUC-JP | 癲?。馹?B | 11100010101000010011111110100001101000111000111111101001101000010011111101000010 | e2a13fa1a38fe9a13f42 |
UTF-8 | 癲녿。馹괆B | 11100111100110011011001011101011100001011011111111100011100000001000001011101001101001101011100111101010101101001000011001000010 | e799b2eb85bfe38082e9a6b9eab48642 |
UHC | 癲녿。馹괆B | 1110111110100110100001101110101110100001101000111110110011110001101100001111111001000010 | efa686eba1a3ecf1b0fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)