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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬢縄ウ醐克驕 | 1110100110100100100100111110101010110011100011001110110110001101100011101110100110000001 | e9a493eab38ced8d8ee981 |
EUC-JP | 鬢縄ウ醐克驕 | 111100101010011011000110111011001000111010110011101110001110111110111001111011101111000111100001 | f2a6c6ec8eb3b8efb9eef1e1 |
UTF-8 | 鬢縄ウ醐克驕 | 111010011010110010100010111001111011100010000100111011111011110110110011111010011000011010010000111001011000010110001011111010011010100110010101 | e9aca2e7b884efbdb3e98690e5858be9a995 |
UHC | ????克驕 | 0011111100111111001111110011111111010000101110101100111011110110 | 3f3f3f3fd0bacef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)