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¿ | 1111101101010000100011101011011011111011010001111000111010111111 | fb508eb6fb478ebf |
SJIS-WIN | ?P?¶?G?? | 001111110101000000111111100000011111011100111111010001110011111100111111 | 3f503f81f73f473f3f |
EUC-JP | ûP?¶ûG?¿ | 100011111010101111100101010100000011111110100010111110011000111110101011111001010100011100111111100011111010001011000100 | 8fabe5503fa2f98fabe5473f8fa2c4 |
UTF-8 | ûP¶ûG¿ | 1100001110111011010100001100001010001110110000101011011011000011101110110100011111000010100011101100001010111111 | c3bb50c28ec2b6c3bb47c28ec2bf |
UHC | ?P?¶?G?¿ | 00111111010100000011111110100010110100100011111101000111001111111010001010101111 | 3f503fa2d23f473fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)