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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 療며뿏了뤺 | 111011111010011110000001111010111010100110110000111010111011111110001111111011111010011010111010111010111010010010111010 | efa781eba9b0ebbf8fefa6baeba4ba |
UHC | 療며뿏了뤺 | 11101000111111101011100011100111100101111001010011101000111001111000111111101000 | e8feb8e79794e8e78fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)