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 | 潮?? | 10010010101010100011111100111111 | 92aa3f3f |
EUC-JP | 潮?? | 11000100101011000011111100111111 | c4ac3f3f |
UTF-8 | 潮렯렮 | 111001101011110110101110111010111010000010101111111010111010000010101110 | e6bdaeeba0afeba0ae |
UHC | 潮렯렮 | 111100001100110110001110101111001000111010111011 | f0cd8ebc8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)