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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 游??游??^ | 100111111110000000111111001111111001111111100000001111110011111101011110 | 9fe03f3f9fe03f3f5e |
EUC-JP | 游??游??^ | 110111101110001000111111001111111101111011100010001111110011111101011110 | dee23f3fdee23f3f5e |
UTF-8 | 游곸렡游곸렡^ | 11100110101110001011100011101010101100111011100011101011101000001010000111100110101110001011100011101010101100111011100011101011101000001010000101011110 | e6b8b8eab3b8eba0a1e6b8b8eab3b8eba0a15e |
UHC | 游곸렡游곸렡^ | 11101010111111011000000111101100100011101011001011101010111111011000000111101100100011101011001001011110 | eafd81ec8eb2eafd81ec8eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)