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 | 陬よイス隧 | 1110100010100011100000101110011010110010101111011110100010101001 | e8a382e6b2bde8a9 |
EUC-JP | 陬よイス隧 | 11110000101001011010010011101000100011101011001010001110101111011111000010101011 | f0a5a4e88eb28ebdf0ab |
UTF-8 | 陬よイス隧 | 111010011001100110101100111000111000001010001000111011111011110110110010111011111011110110111101111010011001101010100111 | e999ace38288efbdb2efbdbde99aa7 |
UHC | ?よ??隧 | 00111111101010101110100000111111001111111110001011001010 | 3faae83f3fe2ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)