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 | ûG½K | 1111101101000111100011101011110101001011 | fb478ebd4b |
SJIS-WIN | ?G??K | 0011111101000111001111110011111101001011 | 3f473f3f4b |
EUC-JP | ûG??K | 10001111101010111110010101000111001111110011111101001011 | 8fabe5473f3f4b |
UTF-8 | ûG½K | 1100001110111011010001111100001010001110110000101011110101001011 | c3bb47c28ec2bd4b |
UHC | ?G?½K | 001111110100011100111111101010001111011001001011 | 3f473fa8f64b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)