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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ???靖B | 001111110011111100111111100101101111010101000010 | 3f3f3f96f542 |
EUC-JP | ???靖B | 001111110011111100111111110011001111011101000010 | 3f3f3fccf742 |
UTF-8 | 쓸젱쓸靖B | 11101100100100111011100011101100101000001011000111101100100100111011100011101001100111011001011001000010 | ec93b8eca0b1ec93b8e99d9642 |
UHC | 쓸젱쓸靖B | 101111101011010111000001101011011011111010110101111011111111111001000010 | beb5c1adbeb5effe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)