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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 揖??? | 1001011101001011001111110011111100111111 | 974b3f3f3f |
EUC-JP | 揖??? | 1100110110101100001111110011111100111111 | cdac3f3f3f |
UTF-8 | 揖졽퐥琉 | 111001101000111110010110111011001010000110111101111011011001000010100101111011111010011110001100 | e68f96eca1bded90a5efa78c |
UHC | 揖졽퐥琉 | 1110101111100111101000001110010010111101100011101110101110100100 | ebe7a0e4bd8eeba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)