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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 諱ッ雍郁鳩騾 | 1110011010000001101011111110100010110100100010001110100010010100101101011110100110000000 | e681afe8b488e894b5e980 |
EUC-JP | 諱ッ雍郁鳩騾 | 111010111110000110001110101011111111000010110110101100001110101011001000101101111111000111100000 | ebe18eaff0b6b0eac8b7f1e0 |
UTF-8 | 諱ッ雍郁鳩騾 | 111010001010101110110001111011111011110110101111111010011001101110001101111010011000001110000001111010011011001110101001111010011010100010111110 | e8abb1efbdafe99b8de98381e9b3a9e9a8be |
UHC | 諱?雍郁鳩? | 11111101110010010011111111101000101111001110100111110100110011111100110100111111 | fdc93fe8bce9f4cfcd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)