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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 驕念霎ーv | 1110100110000001100101000100111111101000101111101011000001110110 | e981944fe8beb076 |
EUC-JP | 驕念霎ーv | 111100011110000111000111101100001111000011000000100011101011000001110110 | f1e1c7b0f0c08eb076 |
UTF-8 | 驕念霎ーv | 11101001101010011001010111100101101111111011010111101001100111001000111011101111101111011011000001110110 | e9a995e5bfb5e99c8eefbdb076 |
UHC | 驕念??v | 11001110111101101101001010110111001111110011111101110110 | cef6d2b73f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)