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 | 恁??れ㎞ | 1001110010001100001111110011111110000010111010101000011101110001 | 9c8c3f3f82ea8771 |
EUC-JP | 恁??れ? | 11010111111011000011111100111111101001001110110000111111 | d7ec3f3fa4ec3f |
UTF-8 | 恁켹淋れ㎞ | 111001101000000110000001111011001011110010111001111011111010011110110101111000111000001010001100111000111000111010011110 | e68181ecbcb9efa7b5e3828ce38e9e |
UHC | 恁켹淋れ㎞ | 11101100111101101011000101101111111011001111100010101010111011001010011110110000 | ecf6b16fecf8aaeca7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)