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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 肅合晦F | 11100011111001111000110110000111100010100100000101000110 | e3e78d878a4146 |
EUC-JP | 肅合晦F | 11100110111010011011100111100111101100111010001001000110 | e6e9b9e7b3a246 |
UTF-8 | 肅合晦F | 11101000100000101000010111100101100100001000100011100110100110011010011001000110 | e88285e59088e699a646 |
UHC | 肅合晦F | 11100010110111001111100111101010111111001110010001000110 | e2dcf9eafce446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)