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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?穩?\ | 0011111111100010011100100011111101011100 | 3fe2723f5c |
EUC-JP | ?穩?\ | 0011111111100011110100110011111101011100 | 3fe3d33f5c |
UTF-8 | 旅穩꺊\ | 11101111101001101000001111100111101010011010100111101010101110101000101001011100 | efa683e7a9a9eaba8a5c |
UHC | 旅穩꺊\ | 11100110101000011110100010110001100000111011000101011100 | e6a1e8b183b15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)