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 | 〓?澱 | 1000000110101100001111111001001101100010 | 81ac3f9362 |
EUC-JP | 〓?澱 | 1010001010101110001111111100010111000011 | a2ae3fc5c3 |
UTF-8 | 〓룫澱 | 111000111000000010010011111010111010001110101011111001101011111010110001 | e38093eba3abe6beb1 |
UHC | 〓룫澱 | 101000011110101110001111101000101110111011111110 | a1eb8fa2eefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)