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 | ûÚçüëä | 111110111101101011100111111111001110101111100100 | fbdae7fcebe4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ûÚçüëä | 100011111010101111100101100011111010101011100010100011111010101110101110100011111010101111100100100011111010101110110011100011111010101110100011 | 8fabe58faae28fabae8fabe48fabb38faba3 |
UTF-8 | ûÚçüëä | 110000111011101111000011100110101100001110100111110000111011110011000011101010111100001110100100 | c3bbc39ac3a7c3bcc3abc3a4 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)