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 | 鞜ス鬧停゚ | 1110100011011111101111011110100110100111100100101110001011011111 | e8dfbde9a792e2df |
EUC-JP | 鞜ス鬧停゚ | 11110000111000011000111010111101111100101010100111000100111001001000111011011111 | f0e18ebdf2a9c4e48edf |
UTF-8 | 鞜ス鬧停゚ | 111010011001111010011100111011111011110110111101111010011010110010100111111001011000000110011100111011111011111010011111 | e99e9cefbdbde9aca7e5819cefbe9f |
UHC | ??鬧停? | 00111111001111111101011110100010111011111100111000111111 | 3f3fd7a2efce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)