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 | ??Ъ賃 | 001111110011111110000100010110111001001011000000 | 3f3f845b92c0 |
EUC-JP | ??Ъ賃 | 001111110011111110100111101111001100010011000010 | 3f3fa7bcc4c2 |
UTF-8 | 琉앸Ъ賃 | 1110111110100111100011001110110010010101101110001101000010101010111010001011001110000011 | efa78cec95b8d0aae8b383 |
UHC | 琉앸Ъ賃 | 1110101110100100100111011110101110101100101111001110110011111100 | eba49debacbcecfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)