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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 詣ι?裔 | 10001100011101111000001111000111001111111110010111100001 | 8c7783c73fe5e1 |
EUC-JP | 詣ι?裔 | 10110111110110001010011011001001001111111110101011100011 | b7d8a6c93feae3 |
UTF-8 | 詣ι뼺裔 | 1110100010101001101000111100111010111001111010111011110010111010111010001010001110010100 | e8a9a3ceb9ebbcbae8a394 |
UHC | 詣ι뼺裔 | 1110011111100001101001011110100110010110101111011110011111100000 | e7e1a5e996bde7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)