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 | 瞽愈}瞽愈{^ | 1110000111011010100101101111101001111101111000011101101010010110111110100111101101011110 | e1da96fa7de1da96fa7b5e |
EUC-JP | 瞽愈}瞽愈{^ | 1110001011011100110011001111110001111101111000101101110011001100111111000111101101011110 | e2dcccfc7de2dcccfc7b5e |
UTF-8 | 瞽愈}瞽愈{^ | 111001111001111010111101111001101000010010001000011111011110011110011110101111011110011010000100100010000111101101011110 | e79ebde684887de79ebde684887b5e |
UHC | ?愈}?愈{^ | 001111111110101011101111011111010011111111101010111011110111101101011110 | 3feaef7d3feaef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)