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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 吟??譽?? | 1000101111100001001111110011111111100110101000110011111100111111 | 8be13f3fe6a33f3f |
EUC-JP | 吟??譽?? | 1011011011100011001111110011111111101100101001010011111100111111 | b6e33f3feca53f3f |
UTF-8 | 吟졿뎸譽섎쇂 | 111001011001000010011111111011001010000110111111111010111000111010111000111010001010110110111101111011001000010010001110111011001000011110000010 | e5909feca1bfeb8eb8e8adbdec848eec8782 |
UHC | 吟졿뎸譽섎쇂 | 111010111110000110100000111001101000100110001011111001111110001010011000111010111001100110110110 | ebe1a0e6898be7e298eb99b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)