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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 湲????? | 10011111110100010011111100111111001111110011111100111111 | 9fd13f3f3f3f3f |
EUC-JP | 湲????? | 11011110110100110011111100111111001111110011111100111111 | ded33f3f3f3f3f |
UTF-8 | 湲렪履목렰렔 | 111001101011100110110010111010111010000010101010111011111010011110011111111010111010101010101001111010111010000010110000111010111010000010010100 | e6b9b2eba0aaefa79febaaa9eba0b0eba094 |
UHC | 湲렪履목렰렔 | 111010101011100010001110101110001110110010101010101110001111000110001110101111011000111010101001 | eab88eb8ecaab8f18ebd8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)