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 | 螂幄ョ鍋 | 111001011010010110011011111010001010111010010011111001111111000110000110 | e5a59be8ae93e7f186 |
EUC-JP | 螂幄ョ鍋? | 111010101010011111010110111010101000111010101110110001101110100100111111 | eaa7d6ea8eaec6e93f |
UTF-8 | 螂幄ョ鍋 | 111010001001111010000010111001011011100110000100111011111011110110101110111010011000110110001011111011101000010010000001 | e89e82e5b984efbdaee98d8bee8481 |
UHC | 螂幄?鍋? | 1101010111001100111001001100000100111111110011101010011100111111 | d5cce4c13fcea73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)