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 | 遽∵立ミ | 11100111101011111000000111100110100101111010011111010000 | e7af81e697a7d0 |
EUC-JP | 遽∵立ミ | 1110111010110001101000101110100011001110101010011000111011010000 | eeb1a2e8cea98ed0 |
UTF-8 | 遽∵立ミ | 111010011000000110111101111000101000100010110101111001111010101110001011111011111011111010010000 | e981bde288b5e7ab8befbe90 |
UHC | 遽∵立? | 11001011111010001010000111110001110110001010000100111111 | cbe8a1f1d8a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)