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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 胡???諄 | 10001100110100110011111100111111001111111110011001111000 | 8cd33f3f3fe678 |
EUC-JP | 胡???諄 | 10111000110101010011111100111111001111111110101111011001 | b8d53f3f3febd9 |
UTF-8 | 胡잴렮렖諄 | 111010001000001110100001111011001001111010110100111010111010000010101110111010111010000010010110111010001010101110000100 | e883a1ec9eb4eba0aeeba096e8ab84 |
UHC | 胡잴렮렖諄 | 11111011110101111100000011101010100011101011101110001110101010111110001011110100 | fbd7c0ea8ebb8eabe2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)