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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湲?怡部 | 10011111110100010011111110011100011111011001010110010100 | 9fd13f9c7d9594 |
EUC-JP | 湲?怡部 | 11011110110100110011111111010111110111101100100111110100 | ded33fd7dec9f4 |
UTF-8 | 湲렪怡部 | 111001101011100110110010111010111010000010101010111001101000000010100001111010011000001110101000 | e6b9b2eba0aae680a1e983a8 |
UHC | 湲렪怡部 | 1110101010111000100011101011100011101100101011101101110110111011 | eab88eb8ecaeddbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)