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 | ?癰?? | 0011111111100001100111100011111100111111 | 3fe19e3f3f |
EUC-JP | ?癰?? | 0011111111100001111111100011111100111111 | 3fe1fe3f3f |
UTF-8 | 체癰됭뇮 | 111011001011001010110100111001111001100110110000111010111001000010101101111010111000011110101110 | ecb2b4e799b0eb90adeb87ae |
UHC | 체癰됭뇮 | 1100001110111100111010001011100110001001111010001000011110010011 | c3bce8b989e88793 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)