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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 訃?\}訃?\{^ | 1110011001011101001111110101110001111101111001100101110100111111010111000111101101011110 | e65d3f5c7de65d3f5c7b5e |
EUC-JP | 訃?\}訃?\{^ | 1110101110111110001111110101110001111101111010111011111000111111010111000111101101011110 | ebbe3f5c7debbe3f5c7b5e |
UTF-8 | 訃딕\}訃딕\{^ | 1110100010101000100000111110101110010100100101010101110001111101111010001010100010000011111010111001010010010101010111000111101101011110 | e8a883eb94955c7de8a883eb94955c7b5e |
UHC | 訃딕\}訃딕\{^ | 11011101101101011011010111110001010111000111110111011101101101011011010111110001010111000111101101011110 | ddb5b5f15c7dddb5b5f15c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)