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 | 閾滔ャ罷シ | 1110100010000111100111111110101110101100100101001110101110111100 | e8879febac94ebbc |
EUC-JP | 閾滔ャ罷シ | 11101111111001111101111011101101100011101010110011001000111011011000111010111100 | efe7deed8eacc8ed8ebc |
UTF-8 | 閾滔ャ罷シ | 111010011001011010111110111001101011101110010100111011111011110110101100111001111011110110110111111011111011110110111100 | e996bee6bb94efbdace7bdb7efbdbc |
UHC | ?滔?罷? | 00111111110101001010010100111111111101111111001100111111 | 3fd4a53ff7f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)