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 | ??鏃?? | 001111110011111111101000010101100011111100111111 | 3f3fe8563f3f |
EUC-JP | ??鏃?? | 001111110011111111101111101101110011111100111111 | 3f3fefb73f3f |
UTF-8 | 뤯휄鏃퐥띵 | 111010111010010010101111111011011001110010000100111010011000111110000011111011011001000010100101111010111001110110110101 | eba4afed9c84e98f83ed90a5eb9db5 |
UHC | 뤯휄鏃퐥띵 | 10001111110111011100100011010100111100001110110010111101100011101011011011110010 | 8fddc8d4f0ecbd8eb6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)