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 | ?茗}?茗{^ | 001111111110010010101010011111010011111111100100101010100111101101011110 | 3fe4aa7d3fe4aa7b5e |
EUC-JP | 濩茗}濩茗{^ | 10001111110010011010010011101000101011000111110110001111110010011010010011101000101011000111101101011110 | 8fc9a4e8ac7d8fc9a4e8ac7b5e |
UTF-8 | 濩茗}濩茗{^ | 111001101011111110101001111010001000110010010111011111011110011010111111101010011110100010001100100101110111101101011110 | e6bfa9e88c977de6bfa9e88c977b5e |
UHC | 濩茗}濩茗{^ | 1111101111001101110110011010101101111101111110111100110111011001101010110111101101011110 | fbcdd9ab7dfbcdd9ab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)