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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 要??倭? | 10010111011101100011111100111111100110000110000000111111 | 97763f3f98603f |
EUC-JP | 要??倭? | 11001101110101110011111100111111110011111100000100111111 | cdd73f3fcfc13f |
UTF-8 | 要띲굪倭줨 | 111010001010011010000001111010111001110110110010111010101011010110101010111001011000000010101101111011001010010010101000 | e8a681eb9db2eab5aae580adeca4a8 |
UHC | 要띲굪倭줨 | 11101001101010011000110111100011100000101001000011101000110111101010001001010111 | e9a98de38290e8dea257 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)