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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 雫床ゥh | 100011101011010010001111101100001010100101101000 | 8eb48fb0a968 |
EUC-JP | 雫床ゥh | 10111100101101101011111010110010100011101010100101101000 | bcb6beb28ea968 |
UTF-8 | 雫床ゥh | 11101001100110111010101111100101101110101000101011101111101111011010100101101000 | e99babe5ba8aefbda968 |
UHC | ?床?h | 0011111111011111110010010011111101101000 | 3fdfc93f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)