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 | ??瀞?? | 001111110011111110010011110100100011111100111111 | 3f3f93d23f3f |
EUC-JP | ??瀞?? | 001111110011111111000110110101000011111100111111 | 3f3fc6d43f3f |
UTF-8 | 裡렦瀞렕뤗 | 111011111010011110101000111010111010000010100110111001111000000010011110111010111010000010010101111010111010010010010111 | efa7a8eba0a6e7809eeba095eba497 |
UHC | 裡렦瀞렕뤗 | 11101100110000011000111010110101111011111110011110001110101010101000111111000111 | ecc18eb5efe78eaa8fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)