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 | 鴨?】蹂 | 10001010100110110011111110000001011110101110011011111000 | 8a9b3f817ae6f8 |
EUC-JP | 鴨?】蹂 | 10110011111110110011111110100001110110111110110011111010 | b3fb3fa1dbecfa |
UTF-8 | 鴨뱀】蹂 | 111010011011010010101000111010111011000110000000111000111000000010010001111010001011100110000010 | e9b4a8ebb180e38091e8b982 |
UHC | 鴨뱀】蹂 | 1110010011100101101110011110110010100001101111011110101110110011 | e4e5b9eca1bdebb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)