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 | ùþ | 11000011101110011100001110111110 | c3b9c3be |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ã?Ã? | 1000111110101010101010100011111110001111101010101010101000111111 | 8faaaa3f8faaaa3f |
UTF-8 | ùþ | 1100001110000011110000101011100111000011100000111100001010111110 | c383c2b9c383c2be |
UHC | ?¹?¾ | 001111111010100111110110001111111010100011111010 | 3fa9f63fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)