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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髴醍ュャ | 111010011001110010010001111001111010110110101100 | e99c91e7adac |
EUC-JP | 髴醍ュャ | 1111000111111100110000101110100110001110101011011000111010101100 | f1fcc2e98ead8eac |
UTF-8 | 髴醍ュャ | 111010011010101110110100111010011000011010001101111011111011110110101101111011111011110110101100 | e9abb4e9868defbdadefbdac |
UHC | ?醍?? | 0011111111110000101101010011111100111111 | 3ff0b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)