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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??ァ??B | 00111111001111111000001101000000001111110011111101000010 | 3f3f83403f3f42 |
EUC-JP | ??ァ??B | 00111111001111111010010110100001001111110011111101000010 | 3f3fa5a13f3f42 |
UTF-8 | 룶콓ァ룶괄B | 11101011101000111011011011101100101111011001001111100011100000101010000111101011101000111011011011101010101101001000010001000010 | eba3b6ecbd93e382a1eba3b6eab48442 |
UHC | 룶콓ァ룶괄B | 1000111110101011101100011000111110101011101000011000111110101011101100001111110101000010 | 8fabb18faba18fabb0fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)