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 | 邁誹瞳誧ィ | 111001111011000010010100111011101001001110110101111110111010011010101000 | e7b094ee93b5fba6a8 |
EUC-JP | 邁誹瞳誧ィ | 1110111010110010110010001111000011000110101101111000111111011101111110101000111010101000 | eeb2c8f0c6b78fddfa8ea8 |
UTF-8 | 邁誹瞳誧ィ | 111010011000001010000001111010001010101010111001111001111001111010110011111010001010101010100111111011111011110110101000 | e98281e8aab9e79eb3e8aaa7efbda8 |
UHC | 邁誹瞳?? | 1101100011100100110111101010011011010100110110100011111100111111 | d8e4dea6d4da3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)