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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ーヲ}ーヲ{^ | 1011000010100110111100001100101101111101101100001010011011110000110010110111101101011110 | b0a6f0cb7db0a6f0cb7b5e |
EUC-JP | ーヲ?}ーヲ?{^ | 10001110101100001000111010100110001111110111110110001110101100001000111010100110001111110111101101011110 | 8eb08ea63f7d8eb08ea63f7b5e |
UTF-8 | ーヲ}ーヲ{^ | 111011111011110110110000111011111011110110100110111011101000001010001010011111011110111110111101101100001110111110111101101001101110111010000010100010100111101101011110 | efbdb0efbda6ee828a7defbdb0efbda6ee828a7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)