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 | 凹ε?? | 100010011001101010000011110000110011111100111111 | 899a83c33f3f |
EUC-JP | 凹ε?? | 101100011111101010100110110001010011111100111111 | b1faa6c53f3f |
UTF-8 | 凹ε쳣歷 | 1110010110000111101110011100111010110101111011001011001110100011111011111010011010001100 | e587b9ceb5ecb3a3efa68c |
UHC | 凹ε쳣歷 | 1110100011101010101001011110010110101011100010011110011010111000 | e8eaa5e5ab89e6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)