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 | ??×??? | 001111110011111111010111001111110011111100111111 | 3f3fd73f3f3f |
SJIS-WIN | 壤?×陰?? | 100110101101111100111111100000010111111010001001010000010011111100111111 | 9adf3f817e89413f3f |
EUC-JP | 壤?×陰?? | 110101001110000100111111101000011101111110110001101000100011111100111111 | d4e13fa1dfb1a23f3f |
UTF-8 | 壤깆×陰뗦뤃 | 1110010110100011101001001110101010111001100001101100001110010111111010011001100110110000111010111001011110100110111010111010010010000011 | e5a3a4eab986c397e999b0eb97a6eba483 |
UHC | 壤깆×陰뗦뤃 | 111001011011110110110001111011001010000110111111111010111110010010001011111001101000111110110100 | e5bdb1eca1bfebe48be68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)