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 | ãø | 1100001110100011110000111011100011000010 | c3a3c3b8c2 |
SJIS-WIN | ?£??? | 001111111000000110010010001111110011111100111111 | 3f81923f3f3f |
EUC-JP | ãø | 1000111110101010101010101010000111110010100011111010101010101010100011111010001010110001100011111010101010100100 | 8faaaaa1f28faaaa8fa2b18faaa4 |
UTF-8 | ãø | 11000011100000111100001010100011110000111000001111000010101110001100001110000010 | c383c2a3c383c2b8c382 |
UHC | ???¸? | 001111110011111100111111101000101010110000111111 | 3f3f3fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)