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 | ûP°ûG° | 1111101101010000100011101011000011111011010001111000111010110000 | fb508eb0fb478eb0 |
SJIS-WIN | ?P?°?G?° | 00111111010100000011111110000001100010110011111101000111001111111000000110001011 | 3f503f818b3f473f818b |
EUC-JP | ûP?°ûG?° | 1000111110101011111001010101000000111111101000011110101110001111101010111110010101000111001111111010000111101011 | 8fabe5503fa1eb8fabe5473fa1eb |
UTF-8 | ûP°ûG° | 1100001110111011010100001100001010001110110000101011000011000011101110110100011111000010100011101100001010110000 | c3bb50c28ec2b0c3bb47c28ec2b0 |
UHC | ?P?°?G?° | 00111111010100000011111110100001110001100011111101000111001111111010000111000110 | 3f503fa1c63f473fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)