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 | åø¹ã | 1110010110001101100010001111100010011001101110011110001110000010 | e58d88f899b9e382 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | å??ø??ã? | 1000111110101011101010010011111100111111100011111010100111001100001111110011111110001111101010111010101000111111 | 8faba93f3f8fa9cc3f3f8fabaa3f |
UTF-8 | åø¹ã | 11000011101001011100001010001101110000101000100011000011101110001100001010011001110000101011100111000011101000111100001010000010 | c3a5c28dc288c3b8c299c2b9c3a3c282 |
UHC | ???ø?¹?? | 00111111001111110011111110101001101010100011111110101001111101100011111100111111 | 3f3f3fa9aa3fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)