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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 箙籥晙 | 111000101011011111100010110111101111101011010111 | e2b7e2defad7 |
EUC-JP | 箙籥晙 | 11100100101110011110010011100000100011111100001010111010 | e4b9e4e08fc2ba |
UTF-8 | 箙籥晙 | 111001111010111010011001111001111011000110100101111001101001100110011001 | e7ae99e7b1a5e69999 |
UHC | ??晙 | 00111111001111111111000111011011 | 3f3ff1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)