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 | 甓單}甓單{^ | 1110000101010001100110100110010001111101111000010101000110011010011001000111101101011110 | e1519a647de1519a647b5e |
EUC-JP | 甓單}甓單{^ | 1110000110110010110100111100010101111101111000011011001011010011110001010111101101011110 | e1b2d3c57de1b2d3c57b5e |
UTF-8 | 甓單}甓單{^ | 111001111001010010010011111001011001011010101110011111011110011110010100100100111110010110010110101011100111101101011110 | e79493e596ae7de79493e596ae7b5e |
UHC | ?單}?單{^ | 001111111101001110100100011111010011111111010011101001000111101101011110 | 3fd3a47d3fd3a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)