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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燾ォ靨貶 | 11111011010110101010101111101000110100101110011011001000 | fb5aabe8d2e6c8 |
EUC-JP | 燾ォ靨貶 | 100011111100101010111101100011101010101111110000110101001110110011001010 | 8fcabd8eabf0d4ecca |
UTF-8 | 燾ォ靨貶 | 111001111000011110111110111011111011110110101011111010011001110110101000111010001011001010110110 | e787beefbdabe99da8e8b2b6 |
UHC | 燾??貶 | 110101001010011100111111001111111111100010111111 | d4a73f3ff8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)