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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湲磐? | 1001111111010001100101001101011000111111 | 9fd194d63f |
EUC-JP | 湲磐? | 1101111011010011110010001101100000111111 | ded3c8d83f |
UTF-8 | 湲磐렰 | 111001101011100110110010111001111010001110010000111010111010000010110000 | e6b9b2e7a390eba0b0 |
UHC | 湲磐렰 | 111010101011100011011010111100011000111010111101 | eab8daf18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)