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 | 肅戒}肅戒{^ | 1110001111100111100010011111101001111101111000111110011110001001111110100111101101011110 | e3e789fa7de3e789fa7b5e |
EUC-JP | 肅戒}肅戒{^ | 1110011011101001101100101111110001111101111001101110100110110010111111000111101101011110 | e6e9b2fc7de6e9b2fc7b5e |
UTF-8 | 肅戒}肅戒{^ | 111010001000001010000101111001101000100010010010011111011110100010000010100001011110011010001000100100100111101101011110 | e88285e688927de88285e688927b5e |
UHC | 肅戒}肅戒{^ | 1110001011011100110011001111110001111101111000101101110011001100111111000111101101011110 | e2dcccfc7de2dcccfc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)