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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 胡???辛? | 1000110011010011001111110011111100111111100100000110100000111111 | 8cd33f3f3f90683f |
EUC-JP | 胡???辛? | 1011100011010101001111110011111100111111101111111100100100111111 | b8d53f3f3fbfc93f |
UTF-8 | 胡잴렮렖辛렍 | 111010001000001110100001111011001001111010110100111010111010000010101110111010111010000010010110111010001011111010011011111010111010000010001101 | e883a1ec9eb4eba0aeeba096e8be9beba08d |
UHC | 胡잴렮렖辛렍 | 111110111101011111000000111010101000111010111011100011101010101111100011111101001000111010100011 | fbd7c0ea8ebb8eabe3f48ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)