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 | Ãù£©µ | 1000111011000011111110011010001110001110101010011000111010110101 | 8ec3f9a38ea98eb5 |
SJIS-WIN | ???£???? | 001111110011111100111111100000011001001000111111001111110011111100111111 | 3f3f3f81923f3f3f3f |
EUC-JP | ?Ãù£?©?? | 001111111000111110101010101010101000111110101011111000111010000111110010001111111000111110100010111011010011111100111111 | 3f8faaaa8fabe3a1f23f8fa2ed3f3f |
UTF-8 | Ãù£©µ | 11000010100011101100001110000011110000111011100111000010101000111100001010001110110000101010100111000010100011101100001010110101 | c28ec383c3b9c2a3c28ec2a9c28ec2b5 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)