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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 甬爻甃甓\ | 111000010101010011100000101010011110000101001011111000010101000101011100 | e154e0a9e14be1515c |
EUC-JP | 甬爻甃甓\ | 111000011011010111100000101010111110000110101100111000011011001001011100 | e1b5e0abe1ace1b25c |
UTF-8 | 甬爻甃甓\ | 11100111100101001010110011100111100010001011101111100111100101001000001111100111100101001001001101011100 | e794ace788bbe79483e794935c |
UHC | 甬爻??\ | 11101001110001011111110110100001001111110011111101011100 | e9c5fda13f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)