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 | 苓怦慕 | 100101111110100010011100100010001001010111100111 | 97e89c8895e7 |
EUC-JP | 苓怦慕 | 110011101110101011010111111010001100101011101001 | ceead7e8cae9 |
UTF-8 | 苓怦慕 | 111010001000101110010011111001101000000010100110111001101000010110010101 | e88b93e680a6e68595 |
UHC | ??慕 | 00111111001111111101100110110111 | 3f3fd9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)