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 | 瞞牘}瞞牘{^ | 1110000111010100111000001010111101111101111000011101010011100000101011110111101101011110 | e1d4e0af7de1d4e0af7b5e |
EUC-JP | 瞞牘}瞞牘{^ | 1110001011010110111000001011000101111101111000101101011011100000101100010111101101011110 | e2d6e0b17de2d6e0b17b5e |
UTF-8 | 瞞牘}瞞牘{^ | 111001111001111010011110111001111000100110011000011111011110011110011110100111101110011110001001100110000111101101011110 | e79e9ee789987de79e9ee789987b5e |
UHC | 瞞牘}瞞牘{^ | 1101100010111110110101001011101001111101110110001011111011010100101110100111101101011110 | d8bed4ba7dd8bed4ba7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)