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 | 髴肴じ貍 | 1110100110011100100011011110011010000010101101101110011010111100 | e99c8de682b6e6bc |
EUC-JP | 髴肴じ貍 | 1111000111111100101110101110100010100100101110001110110010111110 | f1fcbae8a4b8ecbe |
UTF-8 | 髴肴じ貍 | 111010011010101110110100111010001000001010110100111000111000000110011000111010001011001010001101 | e9abb4e882b4e38198e8b28d |
UHC | ?肴じ? | 001111111111110110100010101010101011100000111111 | 3ffda2aab83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)