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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | 縯縯[縯縯[^ | 100011111101010011001011100011111101010011001011010110111000111111010100110010111000111111010100110010110101101101011110 | 8fd4cb8fd4cb5b8fd4cb8fd4cb5b5e |
UTF-8 | 縯縯[縯縯[^ | 111001111011100010101111111001111011100010101111010110111110011110111000101011111110011110111000101011110101101101011110 | e7b8afe7b8af5be7b8afe7b8af5b5e |
UHC | 縯縯[縯縯[^ | 1110011011100000111001101110000001011011111001101110000011100110111000000101101101011110 | e6e0e6e05be6e0e6e05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)