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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 五??倭?^ | 1000110011011100001111110011111110011000011000000011111101011110 | 8cdc3f3f98603f5e |
EUC-JP | 五??倭?^ | 1011100011011110001111110011111111001111110000010011111101011110 | b8de3f3fcfc13f5e |
UTF-8 | 五쒒갯倭켆^ | 11100100101110101001010011101100100100101001001011101010101100001010111111100101100000001010110111101100101111001000011001011110 | e4ba94ec9292eab0afe580adecbc865e |
UHC | 五쒒갯倭켆^ | 1110011111101001100111001110100110110000101110011110100011011110101100010100010001011110 | e7e99ce9b0b9e8deb1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)