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 | ??????K | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | 雕昜シ主イ。K | 11101000101110001001110111100100101111001000111011100101101100101010000101001011 | e8b89de4bc8ee5b2a14b |
EUC-JP | 雕昜シ主イ。K | 11110000101110101101101011100110100011101011110010111100111001111000111010110010100011101010000101001011 | f0badae68ebcbce78eb28ea14b |
UTF-8 | 雕昜シ主イ。K | 11101001100110111001010111100110100110001001110011101111101111011011110011100100101110001011101111101111101111011011001011101111101111011010000101001011 | e99b95e6989cefbdbce4b8bbefbdb2efbda14b |
UHC | 雕??主??K | 111100001110011100111111001111111111000110101011001111110011111101001011 | f0e73f3ff1ab3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)