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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 逵杣逵杣^ | 111001111001110010011110010110111110011110011100100111100101101101011110 | e79c9e5be79c9e5b5e |
EUC-JP | 逵杣逵杣^ | 111011011111110011011011101111001110110111111100110110111011110001011110 | edfcdbbcedfcdbbc5e |
UTF-8 | 逵杣逵杣^ | 11101001100000001011010111100110100111011010001111101001100000001011010111100110100111011010001101011110 | e980b5e69da3e980b5e69da35e |
UHC | 逵?逵?^ | 11010000101100000011111111010000101100000011111101011110 | d0b03fd0b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)