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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
SJIS-WIN | 羶°蕎譯 | 1110001110111101100000011000101110001011101111001110011010100001 | e3bd818b8bbce6a1 |
EUC-JP | 羶°蕎譯 | 1110011010111111101000011110101110110110101111101110110010100011 | e6bfa1ebb6beeca3 |
UTF-8 | 羶°蕎譯 | 1110011110111110101101101100001010110000111010001001010110001110111010001010110110101111 | e7beb6c2b0e8958ee8adaf |
UHC | ?°蕎譯 | 00111111101000011100011011001110111100001110011010111011 | 3fa1c6cef0e6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)