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 | @±GJ@| | 1001001001000000100100011011000110010010010001111001001001001010100100100100000001111100 | 924091b19247924a92407c |
SJIS-WIN | ?@?±?G?J?@| | 001111110100000000111111100000010111110100111111010001110011111101001010001111110100000001111100 | 3f403f817d3f473f4a3f407c |
EUC-JP | ?@?±?G?J?@| | 001111110100000000111111101000011101111000111111010001110011111101001010001111110100000001111100 | 3f403fa1de3f473f4a3f407c |
UTF-8 | @±GJ@| | 1100001010010010010000001100001010010001110000101011000111000010100100100100011111000010100100100100101011000010100100100100000001111100 | c29240c291c2b1c29247c2924ac292407c |
UHC | ?@?±?G?J?@| | 001111110100000000111111101000011011111000111111010001110011111101001010001111110100000001111100 | 3f403fa1be3f473f4a3f407c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)