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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 唯方? | 1001011101000010100101011111101100111111 | 974295fb3f |
EUC-JP | 唯方? | 1100110110100011110010101111110100111111 | cda3cafd3f |
UTF-8 | 唯方퓬 | 111001011001010010101111111001101001011010111001111011011001001110101100 | e594afe696b9ed93ac |
UHC | 唯方퓬 | 111010101110011011011011101100001100011110111100 | eae6dbb0c7bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)