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 | 鬮ョ蠅鍋ゥ | 1110100110101011101011101110010110100010100100111110011110101001 | e9abaee5a293e7a9 |
EUC-JP | 鬮ョ蠅鍋ゥ | 11110010101011011000111010101110111010101010010011000110111010011000111010101001 | f2ad8eaeeaa4c6e98ea9 |
UTF-8 | 鬮ョ蠅鍋ゥ | 111010011010110010101110111011111011110110101110111010001010000010000101111010011000110110001011111011111011110110101001 | e9acaeefbdaee8a085e98d8befbda9 |
UHC | ??蠅鍋? | 00111111001111111110001110110010110011101010011100111111 | 3f3fe3b2cea73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)