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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?漬??^ | 001111111001001011010000001111110011111101011110 | 3f92d03f3f5e |
EUC-JP | ?漬??^ | 001111111100010011010010001111110011111101011110 | 3fc4d23f3f5e |
UTF-8 | 聆漬聆헷^ | 11101111101001101011000011100110101111001010110011101111101001101011000011101101100101111011011101011110 | efa6b0e6bcacefa6b0ed97b75e |
UHC | 聆漬聆헷^ | 111001111100011111110010101100001110011111000111110001111111001001011110 | e7c7f2b0e7c7c7f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)