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¦ | 1000111011000011100011101010010001010000100011101100001010100110 | 8ec38ea4508ec2a6 |
SJIS-WIN | ????P??? | 0011111100111111001111110011111101010000001111110011111100111111 | 3f3f3f3f503f3f3f |
EUC-JP | ?Ã?¤P?¦ | 00111111100011111010101010101010001111111000111110100010111100000101000000111111100011111010101010100100100011111010001011000011 | 3f8faaaa3f8fa2f0503f8faaa48fa2c3 |
UTF-8 | äP¦ | 110000101000111011000011100000111100001010001110110000101010010001010000110000101000111011000011100000101100001010100110 | c28ec383c28ec2a450c28ec382c2a6 |
UHC | ???¤P??? | 001111110011111100111111101000101011010001010000001111110011111100111111 | 3f3f3fa2b4503f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)