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 | ??????K | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | 谿イ辣尖コャK | 11100110101011101011001011100111100001011001000011101011101110101010110001001011 | e6aeb2e78590ebbaac4b |
EUC-JP | 谿イ辣尖コャK | 11101100101100001000111010110010111011011110010111000000111011011000111010111010100011101010110001001011 | ecb08eb2ede5c0ed8eba8eac4b |
UTF-8 | 谿イ辣尖コャK | 11101000101100001011111111101111101111011011001011101000101111101010001111100101101100001001011011101111101111011011101011101111101111011010110001001011 | e8b0bfefbdb2e8bea3e5b096efbdbaefbdac4b |
UHC | 谿?辣尖??K | 11001101101011000011111111010101101110001111010011010011001111110011111101001011 | cdac3fd5b8f4d33f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)