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 | ?°??? | 0011111110110000001111110011111100111111 | 3fb03f3f3f |
SJIS-WIN | 羶°蕎譯井 | 11100011101111011000000110001011100010111011110011100110101000011000100011100100 | e3bd818b8bbce6a188e4 |
EUC-JP | 羶°蕎譯井 | 11100110101111111010000111101011101101101011111011101100101000111011000011100110 | e6bfa1ebb6beeca3b0e6 |
UTF-8 | 羶°蕎譯井 | 1110011110111110101101101100001010110000111010001001010110001110111010001010110110101111111001001011101010010101 | e7beb6c2b0e8958ee8adafe4ba95 |
UHC | ?°蕎譯井 | 001111111010000111000110110011101111000011100110101110111110111111001100 | 3fa1c6cef0e6bbefcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)