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 | 癲??洵↓. | 11100001100111110011111100111111100111111010101110000001101010111000000101000100 | e19f3f3f9fab81ab8144 |
EUC-JP | 癲??洵↓. | 11100010101000010011111100111111110111101010110110100010101011011010000110100101 | e2a13f3fdeada2ada1a5 |
UTF-8 | 癲숈슜洵↓. | 111001111001100110110010111011001000100010001000111011001000101010011100111001101011010010110101111000101000011010010011111011111011110010001110 | e799b2ec8888ec8a9ce6b4b5e28693efbc8e |
UHC | 癲숈슜洵↓. | 111011111010011010011001111011001001101010101001111000101110011110100001111010011010001110101110 | efa699ec9aa9e2e7a1e9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)