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 | 肢?黴? | 100011101000100000111111111010101000000000111111 | 8e883fea803f |
EUC-JP | 肢?黴? | 101110111110100000111111111100111110000000111111 | bbe83ff3e03f |
UTF-8 | 肢뀄黴뤉 | 111010001000001010100010111010111000000010000100111010011011101110110100111010111010010010001001 | e882a2eb8084e9bbb4eba489 |
UHC | 肢뀄黴뤉 | 1111001010110110101100101110110111011010101111011000111110111001 | f2b6b2eddabd8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)