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 | 輒鶉}輒鶉{^ | 1110011101101011111010100100011101111101111001110110101111101010010001110111101101011110 | e76bea477de76bea477b5e |
EUC-JP | 輒鶉}輒鶉{^ | 1110110111001100111100111010100001111101111011011100110011110011101010000111101101011110 | edccf3a87dedccf3a87b5e |
UTF-8 | 輒鶉}輒鶉{^ | 111010001011110010010010111010011011011010001001011111011110100010111100100100101110100110110110100010010111101101011110 | e8bc92e9b6897de8bc92e9b6897b5e |
UHC | 輒?}輒?{^ | 111101001110010100111111011111011111010011100101001111110111101101011110 | f4e53f7df4e53f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)