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 | 闌ォ鬧育オ | 1110100010001100101010111110100110100111100010001110011110110101 | e88cabe9a788e7b5 |
EUC-JP | 闌ォ鬧育オ | 11101111111011001000111010101011111100101010100110110000111010011000111010110101 | efec8eabf2a9b0e98eb5 |
UTF-8 | 闌ォ鬧育オ | 111010011001011110001100111011111011110110101011111010011010110010100111111010001000001010110010111011111011110110110101 | e9978cefbdabe9aca7e882b2efbdb5 |
UHC | ??鬧育? | 00111111001111111101011110100010111010111100000000111111 | 3f3fd7a2ebc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)