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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 映橡}映橡{^ | 1000100101100110100100111100100101111101100010010110011010010011110010010111101101011110 | 896693c97d896693c97b5e |
EUC-JP | 映橡}映橡{^ | 1011000111000111110001101100101101111101101100011100011111000110110010110111101101011110 | b1c7c6cb7db1c7c6cb7b5e |
UTF-8 | 映橡}映橡{^ | 111001101001100010100000111001101010100110100001011111011110011010011000101000001110011010101001101000010111101101011110 | e698a0e6a9a17de698a0e6a9a17b5e |
UHC | 映橡}映橡{^ | 1110011110110001110111111100111001111101111001111011000111011111110011100111101101011110 | e7b1dfce7de7b1dfce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)