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 | 吾??濡? | 10001100111000010011111100111111100101000100011100111111 | 8ce13f3f94473f |
| EUC-JP | 吾??濡? | 10111000111000110011111100111111110001111010100000111111 | b8e33f3fc7a83f |
| UTF-8 | 吾롫죾濡먮 | 111001011001000010111110111010111010000110101011111011001010001110111110111001101011111110100001111010111010100010101110 | e590beeba1abeca3bee6bfa1eba8ae |
| UHC | 吾롫죾濡먮 | 11100111111011101000111011101011101000011001011011101011101000011001000011101011 | e7ee8eeba196eba190eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)