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 | 厭??\ | 1000100101111101001111110011111101011100 | 897d3f3f5c |
EUC-JP | 厭??\ | 1011000111011110001111110011111101011100 | b1de3f3f5c |
UTF-8 | 厭뎹껹\ | 11100101100011101010110111101011100011101011100111101010101110111011100101011100 | e58eadeb8eb9eabbb95c |
UHC | 厭뎹껹\ | 11100110111101001000100110001100100001000100111101011100 | e6f4898c844f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)