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¶ûP° | 1111101101010000100011101011011011111011010100001000111010110000 | fb508eb6fb508eb0 |
SJIS-WIN | ?P?¶?P?° | 00111111010100000011111110000001111101110011111101010000001111111000000110001011 | 3f503f81f73f503f818b |
EUC-JP | ûP?¶ûP?° | 1000111110101011111001010101000000111111101000101111100110001111101010111110010101010000001111111010000111101011 | 8fabe5503fa2f98fabe5503fa1eb |
UTF-8 | ûP¶ûP° | 1100001110111011010100001100001010001110110000101011011011000011101110110101000011000010100011101100001010110000 | c3bb50c28ec2b6c3bb50c28ec2b0 |
UHC | ?P?¶?P?° | 00111111010100000011111110100010110100100011111101010000001111111010000111000110 | 3f503fa2d23f503fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)