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 | Ãù£©µ | 100011101100001111111001101000111000111010101001100011101011010110001110 | 8ec3f9a38ea98eb58e |
SJIS-WIN | ???£????? | 00111111001111110011111110000001100100100011111100111111001111110011111100111111 | 3f3f3f81923f3f3f3f3f |
EUC-JP | ?Ãù£?©??? | 00111111100011111010101010101010100011111010101111100011101000011111001000111111100011111010001011101101001111110011111100111111 | 3f8faaaa8fabe3a1f23f8fa2ed3f3f3f |
UTF-8 | Ãù£©µ | 110000101000111011000011100000111100001110111001110000101010001111000010100011101100001010101001110000101000111011000010101101011100001010001110 | c28ec383c3b9c2a3c28ec2a9c28ec2b5c28e |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)