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 | ???陰?? | 00111111001111110011111110001001010000010011111100111111 | 3f3f3f89413f3f |
EUC-JP | ???陰?? | 00111111001111110011111110110001101000100011111100111111 | 3f3f3fb1a23f3f |
UTF-8 | 囹덈떴陰뗦묾 | 111011111010011010101001111010111000110110001000111010111001011010110100111010011001100110110000111010111001011110100110111010111010110010111110 | efa6a9eb8d88eb96b4e999b0eb97a6ebacbe |
UHC | 囹덈떴陰뗦묾 | 111001111010101010001000111010111011011010111001111010111110010010001011111001101011100110110010 | e7aa88ebb6b9ebe48be6b9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)