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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???松? | 001111110011111100111111100011111011110000111111 | 3f3f3f8fbc3f |
EUC-JP | ???松? | 001111110011111100111111101111101011111000111111 | 3f3f3fbebe3f |
UTF-8 | 輦꾟뵞松퀯 | 111011111010011010011000111010101011111010011111111010111011010110011110111001101001110110111110111011011000000010101111 | efa698eabe9febb59ee69dbeed80af |
UHC | 輦꾟뵞松퀯 | 11100110111001001000010011100010100101001001111011100001111001101011010001000010 | e6e484e2949ee1e6b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)