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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 髫ク貉ソ閾ェE | 11101001100110101011100011100110101110011011111111101000100001111010101001000101 | e99ab8e6b9bfe887aa45 |
EUC-JP | 髫ク貉ソ閾ェE | 11110001111110101000111010111000111011001011101110001110101111111110111111100111100011101010101001000101 | f1fa8eb8ecbb8ebfefe78eaa45 |
UTF-8 | 髫ク貉ソ閾ェE | 11101001101010111010101111101111101111011011100011101000101100101000100111101111101111011011111111101001100101101011111011101111101111011010101001000101 | e9ababefbdb8e8b289efbdbfe996beefbdaa45 |
UHC | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)