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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | ??拔??藩k | 001111110011111110011101010101010011111100111111100101001100101101101011 | 3f3f9d553f3f94cb6b |
EUC-JP | ??拔艅?藩k | 0011111100111111110110011011011010001111110101101111110100111111110010001100110101101011 | 3f3fd9b68fd6fd3fc8cd6b |
UTF-8 | 룶웩拔艅웩藩k | 11101011101000111011011011101100100110111010100111100110100010111001010011101000100010011000010111101100100110111010100111101000100101111010100101101011 | eba3b6ec9ba9e68b94e88985ec9ba9e897a96b |
UHC | 룶웩拔艅웩藩k | 10001111101010111100000010100001110110101111101111100110101010011100000010100001110110111110011101101011 | 8fabc0a1dafbe6a9c0a1dbe76b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)