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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 幄崗\ | 1001101111101000100110111011110001011100 | 9be89bbc5c |
EUC-JP | 幄崗\ | 1101011011101010110101101011111001011100 | d6ead6be5c |
UTF-8 | 幄崗\ | 11100101101110011000010011100101101101001001011101011100 | e5b984e5b4975c |
UHC | 幄崗\ | 1110010011000001110010111010101101011100 | e4c1cbab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)