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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??垣?? | 001111110011111110001010010111110011111100111111 | 3f3f8a5f3f3f |
EUC-JP | ??垣?? | 001111110011111110110011110000000011111100111111 | 3f3fb3c03f3f |
UTF-8 | 롗렲垣롈롚 | 111010111010000110010111111010111010000010110010111001011001111010100011111010111010000110001000111010111010000110011010 | eba197eba0b2e59ea3eba188eba19a |
UHC | 롗렲垣롈롚 | 10001110110110111000111010111111111010101010111110001110110011101000111011011110 | 8edb8ebfeaaf8ece8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)