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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陷雁現繝ー | 111010001001110010001010111001011000110010111011111000111000001110110000 | e89c8ae58cbbe383b0 |
EUC-JP | 陷雁現繝ー | 11101111111111001011010011100111101110001011110111100101111000111000111010110000 | effcb4e7b8bde5e38eb0 |
UTF-8 | 陷雁現繝ー | 111010011001100110110111111010011001101110000001111001111000111110111110111001111011100110011101111011111011110110110000 | e999b7e99b81e78fbee7b99defbdb0 |
UHC | 陷雁現?? | 1111100111101000111001001101001011111010110111100011111100111111 | f9e8e4d2fade3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)