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 | 雕撰ス御 | 11101000101110001001000011101111101111011000110011100100 | e8b890efbd8ce4 |
EUC-JP | 雕撰ス御 | 1111000010111010110000001111000110001110101111011011100011100110 | f0bac0f18ebdb8e6 |
UTF-8 | 雕撰ス御 | 111010011001101110010101111001101001001010110000111011111011110110111101111001011011111010100001 | e99b95e692b0efbdbde5bea1 |
UHC | 雕撰?御 | 11110000111001111111001110111100001111111110010111011001 | f0e7f3bc3fe5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)